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 committed Sep 12, 2024
1 parent 3f760a3 commit 8a4cb6a
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 8a4cb6a

Please sign in to comment.