Remove pdc-updater copr repo. This is in the infra repo now.
This commit is contained in:
parent
01ee795c28
commit
e93fdafa4d
2 changed files with 2 additions and 13 deletions
|
@ -1,8 +0,0 @@
|
||||||
[ralph-pdc-updater]
|
|
||||||
name=Copr repo for pdc-updater owned by ralph
|
|
||||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/ralph/pdc-updater/epel-7-$basearch/
|
|
||||||
skip_if_unavailable=True
|
|
||||||
gpgcheck=1
|
|
||||||
gpgkey=https://copr-be.cloud.fedoraproject.org/results/ralph/pdc-updater/pubkey.gpg
|
|
||||||
enabled=1
|
|
||||||
enabled_metadata=1
|
|
|
@ -1,11 +1,8 @@
|
||||||
---
|
---
|
||||||
# Configuration for the pdc-updater backend consumer
|
# Configuration for the pdc-updater backend consumer
|
||||||
|
|
||||||
- name: setup the pdc-updater copr repo
|
- name: remove the old pdc-updater repo
|
||||||
copy: >
|
file: dest=/etc/yum.repos.d/ralph-pdc-updater-epel-7.repo state=absent
|
||||||
src="ralph-pdc-updater-epel-7.repo"
|
|
||||||
dest="/etc/yum.repos.d/ralph-pdc-updater-epel-7.repo"
|
|
||||||
owner=root group=root mode=0644
|
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue