Fix internal_named conf.

This commit is contained in:
yohan 2024-09-28 15:41:19 +02:00
parent ad903d1743
commit 68d1763146

View File

@ -11,6 +11,7 @@
path: "/mnt/volumes/{{ item }}"
state: directory
mode: '0755'
group: 101
become: true
with_items:
- var_cache_internal_named
@ -31,6 +32,7 @@
ansible.builtin.template:
src: "{{ item }}.j2"
dest: "/usr/local/docker-mounted-files/docker-internal_named/{{ item }}"
mode: '0755'
seuser: system_u
serole: object_r
setype: container_file_t