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