From b2a54a18e1cef0a493faea89f79da855ed36d741 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 29 Apr 2017 17:54:56 +0000 Subject: [PATCH] add missing quote --- 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 ae26c9f160..b139bd5ed3 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="{{ roles_path }}/abrt/faf-local/files/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