Merge "Allow the deployment group to be optional"

This commit is contained in:
Zuul 2018-10-29 16:04:18 +00:00 committed by Gerrit Code Review
commit 01d7884cd1

View File

@ -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