fix: Bad file permissions
This commit is contained in:
parent
745fd321ea
commit
3cfe5831f2
@ -4,8 +4,8 @@
|
||||
- name: Set default permissions on volumes folders
|
||||
ansible.builtin.file:
|
||||
path: "{{ item.path }}"
|
||||
owner: "{{ podman_user }}"
|
||||
group: "{{ podman_user }}"
|
||||
owner: root
|
||||
group: root
|
||||
become: true
|
||||
loop: "{{ folders.results | selectattr('changed', 'equalto', true) }}"
|
||||
loop_control:
|
||||
|
Loading…
x
Reference in New Issue
Block a user