From 9dc7f4adcf7748a5353bb0e13375501a402c9c55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 May 2025 10:35:33 -0700 Subject: [PATCH] noc01.rdu3: someday I will get logic right Signed-off-by: Kevin Fenzi --- playbooks/groups/noc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml index 37eb8d2eae..b71fd268bc 100644 --- a/playbooks/groups/noc.yml +++ b/playbooks/groups/noc.yml @@ -22,7 +22,7 @@ - rkhunter - nagios_client - hosts - - { role: openvpn/client, when: env != "staging" or datacenter != 'rdu3' } + - { role: openvpn/client, when: env != "staging" and datacenter != 'rdu3' } - ipa/client - collectd/base - { role: rsyncd, when: datacenter == 'iad2' or datacenter == 'rdu3' }