mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-25 04:44:25 +00:00
fix(ansible): avoid showing command as changed
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
check_mode: false
|
||||
command: >-
|
||||
echo "{{ item }}: $HOME"
|
||||
changed_when: false
|
||||
with_items:
|
||||
- root
|
||||
- ec2-user
|
||||
|
||||
Reference in New Issue
Block a user