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 9f3c477 commit 51be01aCopy full SHA for 51be01a
roles/dock/handlers/main.yml
@@ -0,0 +1,10 @@
1
+---
2
+# handlers for ansible-role-homebrew
3
+
4
+- name: Clear homebrew cache
5
+ file:
6
+ path: "{{ homebrew_cache_path.stdout | trim }}"
7
+ state: absent
8
+ when: 'homebrew_clear_cache | bool'
9
+ become: "{{ (homebrew_user != ansible_user_id) | bool }}"
10
+ become_user: "{{ homebrew_user }}"
0 commit comments