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:
|
||||
- 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
|
||||
hosts: copr-keygen-stg:copr-keygen
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
with_items:
|
||||
- gnupg2
|
||||
|
||||
|
||||
- name: install obs-signd
|
||||
yum: name="obs-signd" enablerepo="updates-testing" state=present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue