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:
Kevin Fenzi 2019-05-08 22:51:54 +00:00
parent 6ceb5a873b
commit d2e0c89cfb

View file

@ -40,7 +40,7 @@
- name: allow alternate ntpd port
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
tags:
- config