Skip to content

Commit 9e24c73

Browse files
authored
Merge pull request #67 from bartdorlandt/patch-1
Added dock tag to main.yml
2 parents 2766aac + 5e7f800 commit 9e24c73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/dock/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@
77
notify:
88
- Clear homebrew cache
99
when: dockutil_install
10+
tags: ['dock']
1011

1112
- name: Remove configured Dock items.
1213
ansible.builtin.include_tasks: dock-remove.yml
1314
loop: "{{ dockitems_remove }}"
15+
tags: ['dock']
1416

1517
- name: Ensure required dock items exist.
1618
ansible.builtin.include_tasks: dock-add.yml
1719
loop: "{{ dockitems_persist }}"
20+
tags: ['dock']
1821

1922
- name: Ensure dock items are in correct position.
2023
ansible.builtin.include_tasks: dock-position.yml
2124
when:
2225
- item.pos is defined
2326
- item.pos > 0
2427
loop: "{{ dockitems_persist }}"
28+
tags: ['dock']

0 commit comments

Comments
 (0)