Skip to content

Commit

Permalink
Update to use same syntax tags: ['dock']
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdorlandt authored Oct 17, 2022
1 parent 0c9879b commit 5e7f800
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/dock/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
notify:
- Clear homebrew cache
when: dockutil_install
tags: dock
tags: ['dock']

- name: Remove configured Dock items.
ansible.builtin.include_tasks: dock-remove.yml
loop: "{{ dockitems_remove }}"
tags: dock
tags: ['dock']

- name: Ensure required dock items exist.
ansible.builtin.include_tasks: dock-add.yml
loop: "{{ dockitems_persist }}"
tags: dock
tags: ['dock']

- name: Ensure dock items are in correct position.
ansible.builtin.include_tasks: dock-position.yml
when:
- item.pos is defined
- item.pos > 0
loop: "{{ dockitems_persist }}"
tags: dock
tags: ['dock']

0 comments on commit 5e7f800

Please sign in to comment.