Not!
This commit is contained in:
parent
c53b368450
commit
4164ec60b8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
nagios: action=downtime minutes=30 service=host host={{ inventory_hostname_short }}
|
||||
delegate_to: noc01.phx2.fedoraproject.org
|
||||
ignore_errors: true
|
||||
when: inventory_hostname.startswith('stg')
|
||||
when: not inventory_hostname.startswith('stg')
|
||||
|
||||
- name: schedule stg host downtime
|
||||
nagios: action=downtime minutes=30 service=host host={{ inventory_hostname_short }}.stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue