make sure we have libselinux-python here

This commit is contained in:
Kevin Fenzi 2017-12-08 21:44:18 +00:00
parent 077e8aa289
commit ac481b9a2c

View file

@ -25,6 +25,15 @@
- /root/.ssh/known_hosts
when: birthday is defined
- name: make sure linselinux-python is installed
package: name=libselinux-python state=present
tags:
- basessh
- sshd_config
- config
- sshd
- selinux
- name: check if sshd port is already known by selinux
shell: semanage port -l | grep ssh
register: sshd_selinux_port