mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-28 23:00:19 +00:00
6 lines
155 B
YAML
6 lines
155 B
YAML
|
---
|
||
|
# TODO: Use sudo once .osx can be run via root with no user interaction.
|
||
|
- name: Run .osx dotfiles.
|
||
|
shell: ~/.osx --no-restart
|
||
|
changed_when: false
|