packages: update homebrew when installing packages

This commit is contained in:
Fernando Schauenburg 2020-12-18 16:48:51 +01:00
parent 5d970da192
commit aa5f8692d1

View file

@ -36,6 +36,7 @@
when: ansible_facts['os_family']|lower == "darwin" when: ansible_facts['os_family']|lower == "darwin"
homebrew: homebrew:
state: latest state: latest
update_homebrew: yes
name: name:
- bash - bash
- bash-completion - bash-completion