mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
aws_cloud.yml: install python-libselinux, not libselinux-python
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
70c797796c
commit
99db42b520
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user