make parser happy

This commit is contained in:
Kevin Fenzi 2017-11-21 22:03:10 +00:00
parent 6ae9aa8df6
commit 4d1cad7a6e

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