mac-dev-playbook/main.yml

20 lines
396 B
YAML
Raw Normal View History

---
- hosts: localhost
connection: local
vars_files:
- vars/main.yml
roles:
- geerlingguy.homebrew
- geerlingguy.dotfiles
tasks:
- include: tasks/ansible-setup.yml
- include: tasks/preferences.yml
# 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