basessh: dnf -> package
This commit is contained in:
parent
cc7249db3c
commit
a713ec2e71
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
when: ansible_distribution_major_version|int < 30 and ansible_distribution_major_version|int != 8
|
when: ansible_distribution_major_version|int < 30 and ansible_distribution_major_version|int != 8
|
||||||
|
|
||||||
- name: make sure python3-libselinux is installed
|
- name: make sure python3-libselinux is installed
|
||||||
dnf: name=python3-libselinux state=present
|
package: name=python3-libselinux state=present
|
||||||
tags:
|
tags:
|
||||||
- basessh
|
- basessh
|
||||||
- sshd_config
|
- sshd_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue