From 99db42b520ec1f62e98086febfdd0451e80b10a7 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 19 Feb 2020 22:32:19 +0100 Subject: [PATCH] aws_cloud.yml: install python-libselinux, not libselinux-python --- tasks/aws_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index d82e42931b..0d10c8cb6d 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -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