aws_cloud.yml: install python-libselinux, not libselinux-python

This commit is contained in:
Pavel Raiskup 2020-02-19 22:32:19 +01:00 committed by Pierre-Yves Chibon
parent 70c797796c
commit 99db42b520

View file

@ -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