install yum and others for copr-keygen

This commit is contained in:
Miroslav Suchý
2016-01-13 14:30:41 +01:00
parent 6271a58fc8
commit 70f1006b1b

View File

@@ -11,6 +11,11 @@
tasks:
- include: "{{ tasks }}/persistent_cloud.yml"
- name: gather facts
setup:
always_run: True
ignore_errors: True
register: facts
- name: install python2 and dnf stuff
raw: dnf -y install python-dnf libselinux-python yum
when: facts|failed