Skip to content
Snippets Groups Projects
Commit a080bb10 authored by Paul Bourke's avatar Paul Bourke
Browse files

Allow the deployment group to be optional

This small change prevents the deployment group from being mandatory.

Change-Id: I5693fbad0d5677ae341121619b6ec2e8738cffb7
parent 4f02fdc0
No related branches found
No related tags found
No related merge requests found
--- ---
- include_tasks: port_checks.yml - include_tasks: port_checks.yml
when: when:
- inventory_hostname not in groups['deployment'] - inventory_hostname not in groups['deployment']|default([])
- include_tasks: service_checks.yml - include_tasks: service_checks.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment