This commit is contained in:
Kevin Fenzi 2017-08-20 21:38:08 +00:00
parent 9631bf1797
commit 9718d74c09

View file

@ -15,7 +15,7 @@
- name: allow alternate sshd port
command: semanage port -a -t ssh_port_t -p tcp {{ sshd_port }}
when: sshd_port in sshd_selinux_port.stdout
when: sshd_port in sshd_selinux_port
failed_when: false
tags:
- basessh