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