mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 20:03:17 +00:00
16 lines
No EOL
409 B
YAML
16 lines
No EOL
409 B
YAML
---
|
|
- hosts: $hosts
|
|
user: $user
|
|
sudo: yes
|
|
vars:
|
|
app_name: Brackets\ Sprint\ 23
|
|
app_name_pretty: Brackets
|
|
app_url: http://download.brackets.io/file.cfm?platform=OSX&build=23
|
|
installer_type: app
|
|
install_method: dmg
|
|
mount_path: /Volumes/Brackets\ Sprint\ 23/
|
|
vars_files:
|
|
- ../setup-vars.yaml
|
|
tasks:
|
|
- include: ../setup.yaml
|
|
- include: ../install/$install_method.yaml |