projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6b61708
)
ansible/base: Friendly loop indexes when setting adduser options
author
nicoo
<nicoo@realraum.at>
Sat, 12 Jan 2019 23:13:41 +0000
(
00:13
+0100)
committer
nicoo
<nicoo@realraum.at>
Sat, 12 Jan 2019 23:37:57 +0000
(
00:37
+0100)
ansible/roles/base/tasks/05tools.yml
patch
|
blob
|
history
diff --git
a/ansible/roles/base/tasks/05tools.yml
b/ansible/roles/base/tasks/05tools.yml
index
8a25597
..
26d92f9
100644
(file)
--- a/
ansible/roles/base/tasks/05tools.yml
+++ b/
ansible/roles/base/tasks/05tools.yml
@@
-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: