Explorar el Código

fix awkward loop prompt blowing up

Grega Bremec hace 5 días
padre
commit
77cdcdeafd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      40-mirror-prep.yml

+ 1 - 1
40-mirror-prep.yml

@@ -62,7 +62,7 @@
         creates: "/etc/bash_completion.d/{{ item.extract_files[0] }}.completion"
       loop: "{{ downloads }}"
       loop_control:
-        label: "{{ item.extract_files[0] }}.completion"
+        label: "{{ item.filename }}"
       when:
         - item.completion is defined
         - item.completion