cloud-noc01: start and end when clause with quotes for the parser
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6ceb5a873b
commit
d2e0c89cfb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
- name: allow alternate ntpd port
|
- name: allow alternate ntpd port
|
||||||
command: semanage port -a -t ntp_port_t -p tcp 124
|
command: semanage port -a -t ntp_port_t -p tcp 124
|
||||||
when: "124" not in ntp_selinux_port
|
when: '"124" not in ntp_selinux_port'
|
||||||
failed_when: false
|
failed_when: false
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue