install yum and others for copr-keygen
This commit is contained in:
parent
ee6be76d9c
commit
6271a58fc8
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/persistent_cloud.yml"
|
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||||
|
- name: install python2 and dnf stuff
|
||||||
|
raw: dnf -y install python-dnf libselinux-python yum
|
||||||
|
when: facts|failed
|
||||||
|
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
hosts: copr-keygen-stg:copr-keygen
|
hosts: copr-keygen-stg:copr-keygen
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- gnupg2
|
- gnupg2
|
||||||
|
|
||||||
|
|
||||||
- name: install obs-signd
|
- name: install obs-signd
|
||||||
yum: name="obs-signd" enablerepo="updates-testing" state=present
|
yum: name="obs-signd" enablerepo="updates-testing" state=present
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue