From f4cb3750007fea625e1c69dbc292ee82a20c1454 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Nov 2020 16:56:10 +0100 Subject: [PATCH] selinux/module: Remove debugging statement now that things work Signed-off-by: Pierre-Yves Chibon --- roles/selinux/module/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/selinux/module/tasks/main.yml b/roles/selinux/module/tasks/main.yml index 2b6de6121d..d3ff9dc24f 100644 --- a/roles/selinux/module/tasks/main.yml +++ b/roles/selinux/module/tasks/main.yml @@ -20,12 +20,6 @@ - selinux - selinux/module -- name: debug the state of selinux_module - debug: - var: selinux_module - tags: - - selinux - - name: Build our custom selinux module command: checkmodule -M -m -o /usr/local/share/{{ policy_name }}.mod /usr/local/share/{{ policy_name }}.te when: selinux_module is changed