diff --git a/tasks/main.yml b/tasks/main.yml
index 525898960cfa3be5847fbe4b9c21a039c145a417..5edf7c71879e292dbc2bd7cc92999ae6056ef814 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -19,7 +19,7 @@
 
   - name:  Create the deployment
     command: "{{depcreate_cmd}}"
-    chdir: "{{ paas_ci_workdir }}"
+      chdir: "{{ paas_ci_workdir }}"
     register: depcreate_output
     failed_when: "'CREATE' not in depcreate_output.stdout"