Merge "Allow the deployment group to be optional"
This commit is contained in:
commit
01d7884cd1
@ -1,7 +1,7 @@
|
||||
---
|
||||
- include_tasks: port_checks.yml
|
||||
when:
|
||||
- inventory_hostname not in groups['deployment']
|
||||
- inventory_hostname not in groups['deployment']|default([])
|
||||
|
||||
- include_tasks: service_checks.yml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user