mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-20 10:34:25 +00:00
fix(ansible): continue using the become directive in the block
This commit is contained in:
@@ -105,9 +105,10 @@
|
||||
| combine
|
||||
}}
|
||||
- name: Do your thing!
|
||||
become: true
|
||||
become_user: "{{ item.key }}"
|
||||
ansible.builtin.file:
|
||||
path: "{{ item.value }}/placeholder"
|
||||
owner: "{{ item.key }}"
|
||||
state: touch
|
||||
with_dict: "{{ users_homedir }}"
|
||||
- name: "From the system's entries"
|
||||
|
||||
Reference in New Issue
Block a user