rdu3: fix a logic conditional thinko
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f68bcf2394
commit
ebe5fa82a1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue