ansible/base: Friendly loop indexes when setting adduser options
[noc.git] / ansible / roles / base / tasks / 05tools.yml
index 8a25597..26d92f9 100644 (file)
@@ -17,6 +17,8 @@
     dest: /etc/adduser.conf
     regexp: "^#?{{ item.key }}="
     line: "{{ item.key }}={{ item.value }}"
+  loop_control:
+    label: "{{ item.key }}"
 
 - name: Deploy default configuration for tools
   with_dict: