From 5c470bfa8dbcf7264a0750e0e06db38212646c12 Mon Sep 17 00:00:00 2001 From: Quint Legius Date: Tue, 13 Dec 2022 17:12:34 +0100 Subject: [PATCH] updated install file --- tasks/install_normal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install_normal.yml b/tasks/install_normal.yml index 743ce4f..7be3be7 100644 --- a/tasks/install_normal.yml +++ b/tasks/install_normal.yml @@ -1,7 +1,7 @@ --- - name: Install libselinux-python to work with SELinux setting yum: - name: 'libselinux-python' + name: 'libselinux-python3' state: 'installed' when: - not (ansible_distribution in ['RedHat','CentOS','AlmaLinux','Rocky'] and ansible_distribution_major_version == '8')