mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 16:59:45 +08:00
[copr] ansible syntax ....
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
|
||||
- name: update selinux context for results if root folder doesn't 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
|
||||
|
||||
Reference in New Issue
Block a user