mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-16 08:44:25 +00:00
fix(ansible): use the correct command
This commit is contained in:
@@ -89,7 +89,8 @@
|
||||
become_user: "{{ item }}"
|
||||
become_flags: "-iH"
|
||||
check_mode: false
|
||||
command: echo {"{{ item }}":"$HOME"}
|
||||
command: >-
|
||||
echo "{{ item }}: $HOME"
|
||||
with_items:
|
||||
- root
|
||||
- ec2-user
|
||||
|
||||
Reference in New Issue
Block a user