swap conditionals
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3e9e7af6d0
commit
3050376b0d
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
when:
|
when:
|
||||||
inventory_hostname.startswith('notifs-web01.iad2')
|
inventory_hostname.startswith('notifs-web02.iad2')
|
||||||
tags:
|
tags:
|
||||||
- notifs
|
- notifs
|
||||||
- notifs/frontend
|
- notifs/frontend
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
when:
|
when:
|
||||||
inventory_hostname.startswith('notifs-web02') or env == 'staging'
|
inventory_hostname.startswith('notifs-web01') or env == 'staging'
|
||||||
tags:
|
tags:
|
||||||
- notifs
|
- notifs
|
||||||
- notifs/frontend
|
- notifs/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue