mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
basessh: switch fedora to use dnf here (since package wants dnf-2)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
when: ansible_distribution_major_version|int != 8 or ansible_distribution_major_version|int != 30
|
||||
|
||||
- name: make sure libselinux-python is installed
|
||||
package: name=python3-libselinux state=present
|
||||
dnf: name=python3-libselinux state=present
|
||||
tags:
|
||||
- basessh
|
||||
- sshd_config
|
||||
|
||||
Reference in New Issue
Block a user