mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-18 04:30:22 +08:00
add missing quotes
This commit is contained in:
@@ -353,8 +353,8 @@
|
||||
|
||||
- name: copy pkgs.fedoraproject.org ssl cert to pkgs machine
|
||||
synchronize:
|
||||
src: {{ item }}
|
||||
dest: {{ item }}
|
||||
src: "{{ item }}"
|
||||
dest: "{{ item }}"
|
||||
with_items:
|
||||
- /etc/pki/tls/certs/pkgs.fedoraproject.org.cert
|
||||
- /etc/pki/tls/certs/pkgs.fedoraproject.org.intermediate.cert
|
||||
|
||||
Reference in New Issue
Block a user