clean up releng compose role to complete on secondary composer hosts
This commit is contained in:
parent
46e699a912
commit
0976610394
1 changed files with 6 additions and 24 deletions
|
@ -63,28 +63,6 @@
|
||||||
- /mnt/fedora_koji
|
- /mnt/fedora_koji
|
||||||
- /var/spool/rsyslog
|
- /var/spool/rsyslog
|
||||||
|
|
||||||
- name: add pkgs
|
|
||||||
yum: state=present pkg={{ item }}
|
|
||||||
with_items:
|
|
||||||
- yum-utils
|
|
||||||
- koji
|
|
||||||
- strace
|
|
||||||
- mock
|
|
||||||
- nfs-utils
|
|
||||||
- git
|
|
||||||
- mash
|
|
||||||
- intltool
|
|
||||||
- mutt
|
|
||||||
- createrepo
|
|
||||||
- pykickstart
|
|
||||||
- pyliblzma
|
|
||||||
- httpd
|
|
||||||
- hardlink
|
|
||||||
- pungi
|
|
||||||
- pungi-utils
|
|
||||||
- compose-utils
|
|
||||||
when: ansible_distribution_major_version|int < 22
|
|
||||||
|
|
||||||
- name: add pkgs
|
- name: add pkgs
|
||||||
dnf: state=present pkg={{ item }}
|
dnf: state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -103,11 +81,15 @@
|
||||||
- httpd
|
- httpd
|
||||||
- hardlink
|
- hardlink
|
||||||
- pungi
|
- pungi
|
||||||
- pungi-utils
|
|
||||||
- compose-utils
|
- compose-utils
|
||||||
- python-scandir
|
- python-scandir
|
||||||
- python2-productmd
|
- python2-productmd
|
||||||
when: ansible_distribution_major_version|int > 21
|
|
||||||
|
- name: add pkgs
|
||||||
|
dnf: state=present pkg={{ item }}
|
||||||
|
with_items:
|
||||||
|
- pungi-utils
|
||||||
|
when: "'releng-compose' in group_names"
|
||||||
|
|
||||||
# add sigul to secondary arch compose boxes
|
# add sigul to secondary arch compose boxes
|
||||||
- name: add pkgs
|
- name: add pkgs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue