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

8 lines
185 B
YAML

---
# Common/Update: Install All Updates - macOS Version
- name: Update - Update and upgrade all packages
community.general.homebrew:
update_homebrew: true
upgrade_all: true