Issue #34: Change osx setup script to be configurable
This commit is contained in:
parent
db1c069b7c
commit
bf08c998e7
@ -76,3 +76,5 @@ homebrew_cask_apps:
|
||||
mas_installed_apps: []
|
||||
mas_email: ""
|
||||
mas_password: ""
|
||||
|
||||
osx_script: "~/.osx --no-restart"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user