Add selinux_permissive task for container_t
This commit is contained in:
parent
38a373fe0d
commit
d3321fe548
@ -20,12 +20,12 @@
|
||||
command:
|
||||
cmd: loginctl enable-linger "{{ item }}"
|
||||
loop:
|
||||
"{{ service_users }}"
|
||||
|
||||
- name: Enable permissive_containers SELinux Context
|
||||
selinux_permissive:
|
||||
name: container_t
|
||||
permissive: true
|
||||
"{{ service_users }}"
|
||||
# - name: Copy cni networking driver config into place
|
||||
# blockinfile:
|
||||
# name: "/etc/cni/net.d/podman.conflist"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user