aws_cloud.yml: rely on python3 for now
This commit is contained in:
parent
99db42b520
commit
38b299509a
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@
|
||||||
# If that failed, then we use the raw module to install things
|
# If that failed, then we use the raw module to install things
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: install python2 and dnf stuff
|
- name: install python3 and dnf stuff
|
||||||
raw: dnf -y install python-dnf python-libselinux
|
raw: dnf -y install python3-dnf python3-libselinux python3
|
||||||
when: facts is failed
|
when: facts is failed
|
||||||
|
|
||||||
# TODO - somehow guess when keypair is finally deployed and return little bit earlier
|
# TODO - somehow guess when keypair is finally deployed and return little bit earlier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue