diff --git a/roles/bindep/tasks/install.yaml b/roles/bindep/tasks/install.yaml
index 195092904..98b60f58a 100644
--- a/roles/bindep/tasks/install.yaml
+++ b/roles/bindep/tasks/install.yaml
@@ -4,7 +4,7 @@
     prefix: bindep
   register: bindep_temp_dir
   notify:
-  - remove bindep temp dir
+    - remove bindep temp dir
 
 - name: install bindep into temporary venv
   pip:
diff --git a/roles/upload-logs/tasks/main.yaml b/roles/upload-logs/tasks/main.yaml
index e4f16b1fb..66313e4f4 100644
--- a/roles/upload-logs/tasks/main.yaml
+++ b/roles/upload-logs/tasks/main.yaml
@@ -20,7 +20,7 @@
     src: "{{ zuul.executor.log_root }}/"
     dest: "{{zuul_logserver_root}}/{{ log_path }}/"
     rsync_opts:
-    - "--exclude=job-output.txt"
+      - "--exclude=job-output.txt"
   no_log: true
 
 # After this point there are no more logs