aws_cloud.yml: install python-libselinux, not libselinux-python
This commit is contained in:
parent
70c797796c
commit
99db42b520
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
#
|
||||
|
||||
- name: install python2 and dnf stuff
|
||||
raw: dnf -y install python-dnf libselinux-python
|
||||
raw: dnf -y install python-dnf python-libselinux
|
||||
when: facts is failed
|
||||
|
||||
# TODO - somehow guess when keypair is finally deployed and return little bit earlier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue