ansible/base: Friendly loop indexes when setting adduser options
authornicoo <nicoo@realraum.at>
Sat, 12 Jan 2019 23:13:41 +0000 (00:13 +0100)
committernicoo <nicoo@realraum.at>
Sat, 12 Jan 2019 23:37:57 +0000 (00:37 +0100)
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: