mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
try some de-quoting
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
- yumrepos
|
||||
|
||||
- name: add infrastructure tags repo - Fedora
|
||||
copy: src="{{ files }}/common/fedora-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
|
||||
copy: src={{ files }}/common/fedora-infra-tags.repo dest=/etc/yum.repos.d/infra-tags.repo
|
||||
when: ansible_distribution == 'Fedora'
|
||||
tags:
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user