Browse Source

Fix yaml indentation

Tomas Sedovic 8 years ago
parent
commit
d705cb2586
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/provisioning/openstack/provision-openstack.yml

+ 1 - 1
playbooks/provisioning/openstack/provision-openstack.yml

@@ -43,7 +43,7 @@
   become: False
   gather_facts: False
   tasks:
-    - wait_for_connection:
+  - wait_for_connection:
 
 - hosts: cluster_hosts
   gather_facts: True