This commit is contained in:
Kevin Fenzi 2017-11-21 22:01:21 +00:00
parent 732824986c
commit 470e8c0e3c

View file

@ -157,7 +157,7 @@
- name: change owner for results dir if it isn't copr
shell: "chown -R copr:copr /var/lib/copr/public_html"
when: copr_results_dir_st.stat.pw_name != "copr"
when: "copr" not in copr_results_dir_st.stat.pw_name
- command: "ls -dZ /var/lib/copr/public_html/"
register: public_html_ls