Reformat YAML condition to list

Change-Id: I23ef3a367aa0d76d897a366c90107de12927785c
This commit is contained in:
Travis Truman 2016-03-02 10:45:34 -05:00
parent b4b04da460
commit 1bb3ea3bfd

View File

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