diff --git a/tasks/main.yml b/tasks/main.yml index 3ec38a7..c18bdb8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,6 +20,11 @@ command: cmd: loginctl enable-linger "{{ item }}" loop: + +- name: Enable permissive_containers SELinux Context + selinux_permissive: + name: container_t + permissive: true "{{ service_users }}" # - name: Copy cni networking driver config into place # blockinfile: