Merge pull request #38 from generoi/issue-34
Issue #34: Change osx setup script to be configurable
This commit is contained in:
commit
241477968a
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user