Merge PR#54: Friendly loop indexes when setting adduser options
authornicoo <nicoo@realraum.at>
Sat, 12 Jan 2019 23:39:01 +0000 (00:39 +0100)
committernicoo <nicoo@realraum.at>
Sat, 12 Jan 2019 23:39:01 +0000 (00:39 +0100)
Reviewed-by: equinox0815

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: