[copr] backend: set correct ownership for results dir, fix
This commit is contained in:
parent
b6ce4b9667
commit
62448a26bc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue