[copr] debug .

This commit is contained in:
Valentin Gologuzov 2015-04-28 18:56:10 +02:00
parent c1dfa92adb
commit 22594ddba2

View file

@ -176,6 +176,7 @@
- command: "ls -dZ /var/lib/copr/public_html/"
register: public_html_ls
- debug: msg="{{ public_html_ls}}"
- name: update selinux context for results if root folder does not have proper type
command: "restorecon -vvRF /var/lib/copr/public_html/"
when: "'copr_data_t' not in public_html_ls.stdout "