and case was right before

This commit is contained in:
Kevin Fenzi 2017-11-21 22:03:28 +00:00
parent 4d1cad7a6e
commit e5f559daca

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" in copr_results_dir_st.stat.pw_name'
when: '"copr" not in copr_results_dir_st.stat.pw_name'
- command: "ls -dZ /var/lib/copr/public_html/"
register: public_html_ls