Revert "try some de-quoting"

This reverts commit f9cad3cf0c.
This commit is contained in:
Kevin Fenzi 2018-05-19 22:51:38 +00:00
parent f9cad3cf0c
commit 5593199a8d

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