basessh: can drop this section now too.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1502d91813
commit
b3197a473f
1 changed files with 1 additions and 11 deletions
|
@ -33,17 +33,7 @@
|
|||
- config
|
||||
- sshd
|
||||
- selinux
|
||||
when: ansible_distribution_major_version|int < 30 and ansible_distribution is 'Fedora'
|
||||
|
||||
- name: make sure libselinux-python is installed
|
||||
package: name=libselinux-python state=present
|
||||
tags:
|
||||
- basessh
|
||||
- sshd_config
|
||||
- config
|
||||
- sshd
|
||||
- selinux
|
||||
when: ansible_distribution_major_version|int < 8 and ansible_distribution is 'RedHat'
|
||||
when: ansible_distribution_major_version|int < 30
|
||||
|
||||
- name: make sure python3-libselinux is installed
|
||||
package: name=python3-libselinux state=present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue