Add 'changed_when: false'.
This commit is contained in:
parent
7894f87ca9
commit
4ad3ccc0b6
@ -243,6 +243,7 @@
|
||||
- name: send test email
|
||||
ansible.builtin.command:
|
||||
cmd: "sendEmail -o tls=no -f {{ target_name.split('.')[0] }}@{{ DOMAIN }} -t {{ recipient_email }} -u 'Test subject' -m 'This is a test message.'"
|
||||
changed_when: false
|
||||
|
||||
- name: Add a setting to ~/.gitconfig
|
||||
community.general.git_config:
|
||||
|
Loading…
Reference in New Issue
Block a user