install yum and others for copr-keygen

This commit is contained in:
Miroslav Suchý 2016-01-13 14:28:52 +01:00
parent ee6be76d9c
commit 6271a58fc8
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -11,6 +11,7 @@
with_items:
- gnupg2
- name: install obs-signd
yum: name="obs-signd" enablerepo="updates-testing" state=present