fix: Review CoreOS compatibility

This commit is contained in:
2025-03-17 01:59:03 +01:00
parent 3cfe5831f2
commit 5b872ba3cb
10 changed files with 138 additions and 75 deletions

View File

@@ -1,11 +1,11 @@
---
# handlers file for exim4
# handlers file for podman
- name: Set default permissions on volumes folders
ansible.builtin.file:
path: "{{ item.path }}"
owner: root
group: root
owner: "{{ podman_user }}"
group: "{{ podman_user }}"
become: true
loop: "{{ folders.results | selectattr('changed', 'equalto', true) }}"
loop_control: