From 309677ee8aa931e0967985a68d8c7d959b060b41 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 1 Jun 2019 17:48:43 +0000 Subject: [PATCH] try to figure out which of the identical named jobs arent working on grobisplitter --- roles/basessh/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/basessh/tasks/main.yml b/roles/basessh/tasks/main.yml index fafdc166c6..9319963f89 100644 --- a/roles/basessh/tasks/main.yml +++ b/roles/basessh/tasks/main.yml @@ -35,7 +35,7 @@ - selinux when: ansible_distribution_major_version|int < 30 and ansible_distribution_major_version|int != 8 -- name: make sure libselinux-python is installed +- name: make sure python3-libselinux is installed dnf: name=python3-libselinux state=present tags: - basessh