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