diff --git a/tasks/main.yml b/tasks/main.yml index fa84ce7..13b6d26 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 \ No newline at end of file