Remove last pdc copr repo.
This commit is contained in:
parent
9d0726fe5b
commit
b9d1383f97
2 changed files with 1 additions and 18 deletions
|
@ -1,8 +0,0 @@
|
||||||
[group_pdc-pdc-test]
|
|
||||||
name=Copr repo for pdc-test owned by sochotni
|
|
||||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/@pdc/pdc-test/epel-7-$basearch/
|
|
||||||
skip_if_unavailable=True
|
|
||||||
gpgcheck=1
|
|
||||||
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@pdc/pdc-test/pubkey.gpg
|
|
||||||
enabled=1
|
|
||||||
enabled_metadata=1
|
|
|
@ -1,18 +1,9 @@
|
||||||
- name: setup the PDC copr repo
|
|
||||||
copy: >
|
|
||||||
src="sochotni-pdc-test-epel-7.repo"
|
|
||||||
dest="/etc/yum.repos.d/sochotni-pdc-test-epel-7.repo"
|
|
||||||
owner=root
|
|
||||||
group=root
|
|
||||||
mode=0644
|
|
||||||
tags:
|
|
||||||
- pdc
|
|
||||||
|
|
||||||
- name: remove some old copr repos for things now in the infra repo.
|
- name: remove some old copr repos for things now in the infra repo.
|
||||||
file: dest="/etc/yum.repos.d/{{item}}" state=absent
|
file: dest="/etc/yum.repos.d/{{item}}" state=absent
|
||||||
with_items:
|
with_items:
|
||||||
- patternfly-patternfly1-epel-7.repo
|
- patternfly-patternfly1-epel-7.repo
|
||||||
- ralph-pdc-deps-epel-7.repo
|
- ralph-pdc-deps-epel-7.repo
|
||||||
|
- sochotni-pdc-test-epel-7.repo
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue