arch-install/roles/macos_02_packages/tasks/main.yml
Ariejan de Vroom eca072f322
Some checks failed
Lint / Lint (3.10) (push) Failing after 18s
Lint / Lint (3.11) (push) Failing after 22s
Setup macos setup
2024-06-10 11:17:10 +02:00

10 lines
224 B
YAML

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