Merge pull request #38 from generoi/issue-34

Issue #34: Change osx setup script to be configurable
This commit is contained in:
Jeff Geerling 2017-05-08 14:03:25 -05:00 committed by GitHub
commit 241477968a
2 changed files with 3 additions and 1 deletions

View File

@ -76,3 +76,5 @@ homebrew_cask_apps:
mas_installed_apps: [] mas_installed_apps: []
mas_email: "" mas_email: ""
mas_password: "" 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. # TODO: Use sudo once .osx can be run via root with no user interaction.
- name: Run .osx dotfiles. - name: Run .osx dotfiles.
shell: ~/.osx --no-restart shell: "{{ osx_script }}"
changed_when: false changed_when: false