for transitient time install yum as well
This commit is contained in:
parent
f7a0d4d6db
commit
aac2835727
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
register: facts
|
register: facts
|
||||||
- name: install python2 and dnf stuff
|
- 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
|
when: facts|failed
|
||||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue