mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Try with quotes
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
template: src={{ item.file }} dest={{ item.dest }}
|
||||
owner=mirrormanager group=mirrormanager mode=0600
|
||||
with_items:
|
||||
- { file: {{ roles }}/mirrormanager/frontend2/templates/mirrormanager2.cfg,
|
||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/mirrormanager2.cfg",
|
||||
dest: /etc/mirrormanager/mirrormanager2.cfg }
|
||||
- { file: {{ roles }}/mirrormanager/frontend2/templates/alembic.ini,
|
||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/alembic.ini",
|
||||
dest: /etc/mirrormanager/alembic.ini }
|
||||
tags:
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user