Skip to content

Commit c666edf

Browse files
committed
docs(ansible:roles:tmux): remove unused task name when linking config files using loop
1 parent e5bab98 commit c666edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/tmux/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
state: link
3232

3333
# link local tmux config file
34-
- name: "Link local tmux config file {{ zshenv.DOTDIR }}/tools/tmux.conf to {{ ansible_env.TMUX_CONFIG_LOCAL_PATH }}"
34+
- name: "Link local tmux config files"
3535
file:
3636
src: "{{ item.src }}"
3737
dest: "{{ item.dest }}"

0 commit comments

Comments
 (0)