Add labels for improve zsh role output

This commit is contained in:
Kenneth Benzie 2022-11-11 17:27:16 +00:00
parent 7ec59f8c52
commit 7da67aaed0

View File

@ -20,6 +20,8 @@
dest: ~/.config/zsh/zsh-syntax-highlighting dest: ~/.config/zsh/zsh-syntax-highlighting
- repo: https://github.com/zsh-users/zsh-completions.git - repo: https://github.com/zsh-users/zsh-completions.git
dest: ~/.config/zsh/zsh-completions dest: ~/.config/zsh/zsh-completions
loop_control:
label: '{{item.repo | regex_search("https://github.com/(.*)\.git$", "\1")}}'
- name: create directories - name: create directories
file: file:
@ -59,6 +61,8 @@
dest: ~/.local/bin/cmake-uninstall dest: ~/.local/bin/cmake-uninstall
- src: ~/.config/zsh/$ - src: ~/.config/zsh/$
dest: ~/.local/bin/$ dest: ~/.local/bin/$
loop_control:
label: '{{item.dest}}'
- name: get absolute path - name: get absolute path
shell: command -v zsh shell: command -v zsh