From e6784105c609c77e18c0cbba6cfc200286edbb93 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 16 May 2020 12:02:10 -0700 Subject: [PATCH] chrony: make whitespace change in iad2 to check restarting Signed-off-by: Kevin Fenzi --- roles/chrony/templates/chrony.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index d84793c71d..15ac7f2db8 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -5,6 +5,7 @@ server bastion02.phx2.fedoraproject.org iburst {% elif datacenter == 'iad2' and not ansible_hostname.startswith('bastion') %} server bastion01.iad2.fedoraproject.org iburst server bastion02.iad2.fedoraproject.org iburst + {% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %} server cloud-noc01.fedorainfracloud.org port 124 {% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}