fix(ansible): use the correct command

This commit is contained in:
Michele Cereda
2024-06-02 18:46:44 +02:00
parent 89d1b438fd
commit ae049048ed

View File

@@ -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