arch-install/roles/macos_02_packages/tasks/main.yml
Ariejan de Vroom 8a835bba76
Some checks failed
Lint / Lint (3.10) (push) Failing after 17s
Lint / Lint (3.11) (push) Failing after 20s
Uninstall by ID
2024-06-10 12:37:50 +02:00

10 lines
222 B
YAML

---
- name: Add homebrew packages
community.general.homebrew:
name: "{{ macos.homebrew_packages }}"
- name: Remove unwanted Apple apps
community.general.mas:
id: "{{ macos.mas_remove }}"
state: absent