[copr] ansible syntax ..., without quotes
This commit is contained in:
parent
22ec4fd9bc
commit
2bb9052759
1 changed files with 2 additions and 2 deletions
|
@ -172,9 +172,9 @@
|
|||
- command: "ls -dZ /var/lib/copr/public_html/"
|
||||
register: public_html_ls
|
||||
|
||||
- name: update selinux context for results if root folder doesn't have proper type
|
||||
- name: update selinux context for results if root folder does not have proper type
|
||||
command: "restorecon -vvRF /var/lib/copr/public_html/"
|
||||
when: "'copr_data_t' not in {{ public_html_ls.stdout }}"
|
||||
when: 'copr_data_t' not in {{ public_html_ls.stdout }}
|
||||
|
||||
- name: install cert to access fed-cloud09
|
||||
# TODO: remove this when fed-cloud09 receives external cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue