summaryrefslogtreecommitdiff
path: root/roles/zsh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-05-25 01:53:32 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-05-25 01:53:32 +0200
commit6990578b4459620f9cf28e90bc16261ff0ec64e3 (patch)
tree03a484a689d2aad01669ec8f3c1d31a6fbd4cc3b /roles/zsh
parentMerge branch 'ansible-2.8' (diff)
make output of some loops nicer
Diffstat (limited to 'roles/zsh')
-rw-r--r--roles/zsh/tasks/main.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/roles/zsh/tasks/main.yml b/roles/zsh/tasks/main.yml
index 9924b44b..e19f5366 100644
--- a/roles/zsh/tasks/main.yml
+++ b/roles/zsh/tasks/main.yml
@@ -9,8 +9,12 @@
src: "{{ item.src }}"
dest: "{{ item.dest }}"
with_items:
- - { src: "zshrc", dest: "/etc/zsh/zshrc" }
- - { src: "zshrc.skel", dest: "/etc/skel/.zshrc" }
+ - src: "zshrc"
+ dest: "/etc/zsh/zshrc"
+ - src: "zshrc.skel"
+ dest: "/etc/skel/.zshrc"
+ loop_control:
+ label: "{{ item.dest }}"
- name: set zsh as default shell
user: