From c210288f3fdeb0db4723de3946e7fce2fca3f449 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 29 Apr 2017 17:53:05 +0000 Subject: [PATCH] this is not in the same role --- roles/abrt/faf/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/abrt/faf/tasks/install.yml b/roles/abrt/faf/tasks/install.yml index fcfcb6a88a..ae26c9f160 100644 --- a/roles/abrt/faf/tasks/install.yml +++ b/roles/abrt/faf/tasks/install.yml @@ -1,7 +1,7 @@ --- - name: enable Copr repo - copy: src=group_abrt-faf-el7-epel-7.repo dest=/etc/yum.repos.d/ + copy: src="{{ roles_path }}/abrt/faf-local/files/group_abrt-faf-el7-epel-7.repo dest=/etc/yum.repos.d/ - name: erase faf packages yum: pkg="faf-*" state=absent