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:
Kevin Fenzi
2019-04-08 20:59:29 +00:00
parent 4e51f101be
commit 321c458292

View File

@@ -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