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.
|
# limitations under the License.
|
||||||
|
|
||||||
- include: container_create.yml
|
- include: container_create.yml
|
||||||
when: >
|
when:
|
||||||
physical_host is defined and
|
- physical_host is defined
|
||||||
inventory_hostname is defined and
|
- inventory_hostname is defined
|
||||||
physical_host != inventory_hostname
|
- physical_host != inventory_hostname
|
||||||
tags:
|
tags:
|
||||||
- lxc-container
|
- lxc-container
|
Loading…
Reference in New Issue
Block a user