You've already forked role_podman
fix: Bad file permissions
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user