diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index e9e554e986..c157c3f2ca 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -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