ansible-role-common/tasks/update-Darwin.yml

8 lines
165 B
YAML

---
# Common/Update: Install All Updates - macOS Version
- name: update - Update and upgrade all packages
homebrew:
update_homebrew: yes
upgrade_all: yes