From 5933757930bacb6f74b092c5e6d812965b68d097 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 4 Jan 2025 21:22:15 -0500 Subject: [PATCH] python3-policycoreutils according to repos --- extensions/molecule/default/create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/molecule/default/create.yml b/extensions/molecule/default/create.yml index 1669f2b..ee444a5 100644 --- a/extensions/molecule/default/create.yml +++ b/extensions/molecule/default/create.yml @@ -91,9 +91,9 @@ gather_facts: false tasks: - - name: Packages openssh-server, policycoreutils-python + - name: Packages openssh-server, python3-policycoreutils ansible.builtin.dnf: - name: ['openssh-server', 'policycoreutils-python'] + name: ['openssh-server', 'python3-policycoreutils'] state: present - name: systemd PID