From d2e0c89cfb559222126dfec9a2b34c5fc9d6f329 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 May 2019 22:51:54 +0000 Subject: [PATCH] cloud-noc01: start and end when clause with quotes for the parser Signed-off-by: Kevin Fenzi --- playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml b/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml index 2bf61e747e..d7b3b4e4e5 100644 --- a/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml @@ -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