try some de-quoting

This commit is contained in:
Kevin Fenzi 2018-05-19 22:50:48 +00:00
parent f54c7e2269
commit f9cad3cf0c

View file

@ -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