policycoreutils-python package prerequisite
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 1m6s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 1m6s
This commit is contained in:
parent
b89ba58145
commit
5fa432c3ba
@ -91,9 +91,9 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Package openssh-server
|
- name: Packages openssh-server, policycoreutils-python
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: openssh-server
|
name: ['openssh-server', 'policycoreutils-python']
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: systemd PID
|
- name: systemd PID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user