Reformat YAML condition to list
Change-Id: I23ef3a367aa0d76d897a366c90107de12927785c
This commit is contained in:
parent
b4b04da460
commit
1bb3ea3bfd
@ -14,9 +14,9 @@
|
||||
# limitations under the License.
|
||||
|
||||
- include: container_create.yml
|
||||
when: >
|
||||
physical_host is defined and
|
||||
inventory_hostname is defined and
|
||||
physical_host != inventory_hostname
|
||||
when:
|
||||
- physical_host is defined
|
||||
- inventory_hostname is defined
|
||||
- physical_host != inventory_hostname
|
||||
tags:
|
||||
- lxc-container
|
Loading…
Reference in New Issue
Block a user