Skip to content

Commit

Permalink
Added —label flag when adding item to dock
Browse files Browse the repository at this point in the history
  • Loading branch information
dewittn committed Sep 23, 2022
1 parent 906ecb5 commit 96c47cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/dock/tasks/dock-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
tags: ['dock']

- name: Ensure Dock item {{ item.name | default(item) }} exists.
ansible.builtin.command: "dockutil --add '{{ item.path }}'"
ansible.builtin.command: "dockutil --add '{{ item.path }}' --label '{{ item.name }}'"
when: dockitem_exists.rc >0 or
dockitem_exists.rc == 0 and current_section == 'recent-apps'
tags: ['dock']
Expand Down

0 comments on commit 96c47cd

Please sign in to comment.