From 8146e511194f33cefbf0e42f2c53ad531937d54c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 21 May 2025 13:28:19 -0700 Subject: [PATCH] chrony: fix typo Signed-off-by: Kevin Fenzi --- roles/chrony/templates/chrony.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/chrony/templates/chrony.conf.j2 b/roles/chrony/templates/chrony.conf.j2 index ac01cbef9b..73b3bac1b4 100644 --- a/roles/chrony/templates/chrony.conf.j2 +++ b/roles/chrony/templates/chrony.conf.j2 @@ -4,7 +4,7 @@ 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 == 'rdu3' and ot ansible_hostname.startswith('bastion') %} +{% elif datacenter == 'rdu3' and not ansible_hostname.startswith('bastion') %} server bastion01.rdu3.fedoraproject.org iburst server bastion02.rdu3.fedoraproject.org iburst {% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}