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
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: datacenter != 'iad2' or datacenter != 'rdu3' }
|
when: datacenter != 'iad2' and datacenter != 'rdu3' }
|
||||||
- ipa/client
|
- ipa/client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- collectd/bind
|
- collectd/bind
|
||||||
|
|
|
@ -577,7 +577,7 @@
|
||||||
owner=root
|
owner=root
|
||||||
group=root
|
group=root
|
||||||
mode=0644
|
mode=0644
|
||||||
when: env == 'production' and ( datacenter != 'iad2' or datacenter != 'rdu3' )
|
when: env == 'production' and ( datacenter != 'iad2' and datacenter != 'rdu3' )
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue