mac-setup/tasks/osx.yml
2021-04-11 19:57:38 +02:00

7 lines
172 B
YAML

---
# TODO: Use sudo once .osx can be run via root with no user interaction.
- name: Run .osx dotfiles.
command: "{{ osx_script }}"
changed_when: false
tags: ['osx']