mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-10 14:24:12 +00:00
Merge pull request #38 from generoi/issue-34
Issue #34: Change osx setup script to be configurable
This commit is contained in:
commit
241477968a
2 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue