this is just gathering information it should not ever show changed

This commit is contained in:
Kevin Fenzi 2017-11-22 00:40:49 +00:00
parent 65a6ad06f2
commit 9848b4eb85

View file

@ -162,6 +162,7 @@
- command: "ls -dZ /var/lib/copr/public_html/"
register: public_html_ls
check_mode: no
changed_when: False
- name: update selinux context for results if root folder does not have proper type
command: "restorecon -vvRF /var/lib/copr/public_html/"