[copr] backend: set correct ownership for results dir, fix

This commit is contained in:
Valentin Gologuzov 2015-02-16 13:49:54 +01:00
parent b6ce4b9667
commit 62448a26bc

View file

@ -152,4 +152,4 @@
- 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_results_dir_st.stat.pw_name != "copr"