update from upstream ansible-role-faf
This commit is contained in:
parent
cb3ea2da56
commit
aac31caca0
3 changed files with 14 additions and 1 deletions
10
roles/abrt/faf/files/group_abrt-faf-el7-epel-7.repo
Normal file
10
roles/abrt/faf/files/group_abrt-faf-el7-epel-7.repo
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[group_abrt-faf-el7]
|
||||||
|
name=Copr repo for faf-el7 owned by @abrt
|
||||||
|
baseurl=https://copr-be.cloud.fedoraproject.org/results/@abrt/faf-el7/epel-7-$basearch/
|
||||||
|
type=rpm-md
|
||||||
|
skip_if_unavailable=True
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@abrt/faf-el7/pubkey.gpg
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
enabled_metadata=1
|
|
@ -1 +1 @@
|
||||||
{install_date: 'Mon Mar 20 11:05:21 2017', version: ''}
|
{install_date: 'Thu Mar 23 14:13:24 2017', version: ''}
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- name: enable Copr repo
|
||||||
|
copy: src=group_abrt-faf-el7-epel-7.repo dest=/etc/yum.repos.d/
|
||||||
|
|
||||||
- name: erase faf packages
|
- name: erase faf packages
|
||||||
yum: pkg="faf-*" state=absent
|
yum: pkg="faf-*" state=absent
|
||||||
when: faf_force_reinstall
|
when: faf_force_reinstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue