Issue #34: Change osx setup script to be configurable

This commit is contained in:
Oskar Schöldström 2017-05-08 10:18:04 -05:00
parent db1c069b7c
commit bf08c998e7
2 changed files with 3 additions and 1 deletions

View file

@ -76,3 +76,5 @@ homebrew_cask_apps:
mas_installed_apps: []
mas_email: ""
mas_password: ""
osx_script: "~/.osx --no-restart"

View file

@ -1,5 +1,5 @@
---
# TODO: Use sudo once .osx can be run via root with no user interaction.
- name: Run .osx dotfiles.
shell: ~/.osx --no-restart
shell: "{{ osx_script }}"
changed_when: false