for transitient time install yum as well

This commit is contained in:
Miroslav Suchý 2015-12-01 09:01:25 +01:00
parent f7a0d4d6db
commit aac2835727

View file

@ -17,7 +17,7 @@
ignore_errors: True
register: facts
- name: install python2 and dnf stuff
raw: dnf -y install python-dnf libselinux-python
raw: dnf -y install python-dnf libselinux-python yum
when: facts|failed
- include: "{{ tasks }}/growroot_cloud.yml"