python3-policycoreutils according to repos
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2m24s

This commit is contained in:
Mike Holloway 2025-01-04 21:22:15 -05:00
parent 5fa432c3ba
commit 5933757930

View File

@ -91,9 +91,9 @@
gather_facts: false gather_facts: false
tasks: tasks:
- name: Packages openssh-server, policycoreutils-python - name: Packages openssh-server, python3-policycoreutils
ansible.builtin.dnf: ansible.builtin.dnf:
name: ['openssh-server', 'policycoreutils-python'] name: ['openssh-server', 'python3-policycoreutils']
state: present state: present
- name: systemd PID - name: systemd PID