We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9879b commit 5e7f800Copy full SHA for 5e7f800
roles/dock/tasks/main.yml
@@ -7,22 +7,22 @@
7
notify:
8
- Clear homebrew cache
9
when: dockutil_install
10
- tags: dock
+ tags: ['dock']
11
12
- name: Remove configured Dock items.
13
ansible.builtin.include_tasks: dock-remove.yml
14
loop: "{{ dockitems_remove }}"
15
16
17
- name: Ensure required dock items exist.
18
ansible.builtin.include_tasks: dock-add.yml
19
loop: "{{ dockitems_persist }}"
20
21
22
- name: Ensure dock items are in correct position.
23
ansible.builtin.include_tasks: dock-position.yml
24
when:
25
- item.pos is defined
26
- item.pos > 0
27
28
0 commit comments