mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 20:03:17 +00:00
16 lines
No EOL
372 B
YAML
16 lines
No EOL
372 B
YAML
---
|
|
- hosts: $hosts
|
|
user: $user
|
|
sudo: yes
|
|
vars:
|
|
app_name: VLC
|
|
app_name_pretty: VLC
|
|
app_url: https://copy.com/8WKZ3x1ZWOIC/VLC-2.0.6.dmg?download=1
|
|
installer_type: app
|
|
install_method: dmg
|
|
mount_path: /Volumes/vlc-2.0.6/
|
|
vars_files:
|
|
- ../setup-vars.yaml
|
|
tasks:
|
|
- include: ../setup.yaml
|
|
- include: ../install/$install_method.yaml |