add missing quote
This commit is contained in:
parent
c210288f3f
commit
b2a54a18e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue