Skip to content

Commit

Permalink
Ignore idempotency in Ansible for shell cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankolb authored and nofaralfasi committed Sep 18, 2024
1 parent 9b0ea3c commit 4ec6884
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ model: JobTemplate
cmd: |
{{ script_response.content }}
register: out
changed_when: true # noqa: no-changed-when
- name: "Show output"
ansible.builtin.debug:
var: out

0 comments on commit 4ec6884

Please sign in to comment.