From 155bccc7f3cd68c8fce53a3a60b66a44ad6e6cce Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Wed, 21 Aug 2024 10:07:58 -0400 Subject: [PATCH] semodule spelling error. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 52e05ea..a6575f0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,7 +22,7 @@ loop: "{{ service_users }}" -- name: Enable permissive_containers SELinux Context +- name: Enable permissive_container_t SELinux Context selinux_permissive: name: container_t permissive: true