try this
This commit is contained in:
parent
9631bf1797
commit
9718d74c09
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
- name: allow alternate sshd port
|
- name: allow alternate sshd port
|
||||||
command: semanage port -a -t ssh_port_t -p tcp {{ 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
|
failed_when: false
|
||||||
tags:
|
tags:
|
||||||
- basessh
|
- basessh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue