and case was right before
This commit is contained in:
parent
4d1cad7a6e
commit
e5f559daca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue