Skip to content

Commit

Permalink
Removes become_user from cache handler
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Oct 27, 2018
1 parent 0f130ad commit a5d0e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

- name: clear cache
become: yes
become_user: root
shell: "{{ item }}"
with_items:
- 'find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {} \; | true'
Expand Down

0 comments on commit a5d0e9e

Please sign in to comment.