rdu3: fix a logic conditional thinko

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-21 16:28:25 -07:00
parent f68bcf2394
commit ebe5fa82a1
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
- rkhunter
- nagios_client
- { role: openvpn/client,
when: datacenter != 'iad2' or datacenter != 'rdu3' }
when: datacenter != 'iad2' and datacenter != 'rdu3' }
- ipa/client
- collectd/base
- collectd/bind

View file

@ -577,7 +577,7 @@
owner=root
group=root
mode=0644
when: env == 'production' and ( datacenter != 'iad2' or datacenter != 'rdu3' )
when: env == 'production' and ( datacenter != 'iad2' and datacenter != 'rdu3' )
tags:
- base
- config