diff --git a/snippets/ansible.tasks.yml b/snippets/ansible.tasks.yml index 7250a23..1e9b7f1 100644 --- a/snippets/ansible.tasks.yml +++ b/snippets/ansible.tasks.yml @@ -91,6 +91,7 @@ check_mode: false command: >- echo "{{ item }}: $HOME" + changed_when: false with_items: - root - ec2-user