From f0841973d680307a37ce43804c8b2778640d6d33 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Feb 2021 21:40:24 +0100 Subject: [PATCH] fix: solve linting issues --- tasks/setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup.yml b/tasks/setup.yml index 2b87866..fca16f8 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -19,6 +19,7 @@ - name: Add .autorelabel file (requires a reboot) file: path: /.autorelabel + mode: 0600 state: touch when: - selinux_state == "enforcing"