try this
This commit is contained in:
parent
732824986c
commit
470e8c0e3c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
|
|
||||||
- name: change owner for results dir if it isn't copr
|
- name: change owner for results dir if it isn't copr
|
||||||
shell: "chown -R copr:copr /var/lib/copr/public_html"
|
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/"
|
- command: "ls -dZ /var/lib/copr/public_html/"
|
||||||
register: public_html_ls
|
register: public_html_ls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue