mac-setup/handbrake/handbrake.yaml
2013-04-23 17:06:26 -07:00

16 lines
433 B
YAML

---
- hosts: $hosts
user: $user
sudo: yes
vars:
app_name: HandBrake
app_name_pretty: HandBrake
app_url: http://handbrake.fr/rotation.php?file=HandBrake-0.9.8-MacOSX.6_GUI_x86_64.dmg
installer_type: app
install_method: dmg
mount_path: /Volumes/HandBrake-0.9.8-MacOSX.6_GUI_x86_64/
vars_files:
- ../setup-vars.yaml
tasks:
- include: ../setup.yaml
- include: ../install/$install_method.yaml