]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/tools/tasks/main.yml
Cleanup item loop controls
[perso/Immae/Config/Ansible.git] / roles / tools / tasks / main.yml
index 94324fc87a2dca44cde4ab67dced97a5e91dd6dd..e9eb88713ef7ffa6e926fcbdfc6ba8099a6a2ad9 100644 (file)
@@ -1,10 +1,12 @@
 ---
 - name: Import other tools
   include_role:
-    name: "{{ item }}"
+    name: "{{ tool_import_item }}"
   loop:
     - git
     - gnupg
+  loop_control:
+    loop_var: tool_import_item
 - name: Config dirs
   file:
     state: directory