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 Aug 16, 2024
1 parent 5680718 commit ffaa0d4
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 ffaa0d4

Please sign in to comment.