From af2f95567b8e89ccc960fc101e469292629de84c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 1 Aug 2017 23:47:53 +0200 Subject: [PATCH] Die, infrastructure repo, DIE Signed-off-by: Patrick Uiterwijk --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 7e9cb02d4c..736f7493ba 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -64,7 +64,7 @@ - yumrepos - name: add infrastructure repo - copy: src="{{ files }}/common/{{ item }}" dest="/etc/yum.repos.d/{{ item }}" + file: path="/etc/yum.repos.d/{{ item }}" state=absent with_items: - infrastructure.repo - infrastructure-testing.repo