Add 'changed_when: false'.

This commit is contained in:
yohan 2024-03-23 14:03:21 +01:00
parent 7894f87ca9
commit 4ad3ccc0b6

View File

@ -243,6 +243,7 @@
- name: send test email - name: send test email
ansible.builtin.command: 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.'" 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 - name: Add a setting to ~/.gitconfig
community.general.git_config: community.general.git_config: