From 95cd059afcda1f6edce86c03b1752274810cbe96 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 22 Jun 2017 01:44:18 +0000 Subject: [PATCH] I have no idea what I am doing here. Maybe this willfix my syntax --- playbooks/groups/noc-new.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/noc-new.yml b/playbooks/groups/noc-new.yml index cfcf6dc6ef..52bb2eb84d 100644 --- a/playbooks/groups/noc-new.yml +++ b/playbooks/groups/noc-new.yml @@ -30,13 +30,13 @@ owner_user: apache owner_group: apache service: HTTP - host: "nagios{{env_suffix}}.fedoraproject.org", + host: "nagios{{env_suffix}}.fedoraproject.org" when: datacenter == 'phx2' - role: keytab/service owner_user: apache owner_group: apache service: HTTP - host: "nagios-external{{env_suffix}}.fedoraproject.org", + host: "nagios-external{{env_suffix}}.fedoraproject.org" when: datacenter != 'phx2'