diff --git a/tasks/install.yml b/tasks/install.yml index 1eae085..280344d 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -99,6 +99,7 @@ - name: Apply new SELinux file context to filesystem command: restorecon -irv /var/run + changed_when: False become: True become_user: root