Skip to content

Commit

Permalink
#9: Adjusts syntax for items in cache handler
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Oct 24, 2018
1 parent 14c37b6 commit 206d981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
- name: clear cache
shell: "{{ item }}"
with_items:
- 'sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {};'
- 'sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm -rf {};'
- 'sudo rm -rf /Library/Caches/com.apple.iconservices.store;'
- 'sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {}'
- 'sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm -rf {}'
- 'sudo rm -rf /Library/Caches/com.apple.iconservices.store'

- name: restart dock
shell: "/usr/bin/killall Dock"
Expand Down

0 comments on commit 206d981

Please sign in to comment.