disable change status for command
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Robert Kaussow 2019-02-21 21:50:45 +01:00
parent 53032754fe
commit 2b5734f744

View File

@ -99,6 +99,7 @@
- name: Apply new SELinux file context to filesystem - name: Apply new SELinux file context to filesystem
command: restorecon -irv /var/run command: restorecon -irv /var/run
changed_when: False
become: True become: True
become_user: root become_user: root