mac-setup/apps/vlc.yml

14 lines
339 B
YAML

---
- hosts: all
connection: local
vars:
app_name: VLC
app_name_pretty: VLC
app_url: "http://get.videolan.org/vlc/2.1.3/macosx/vlc-2.1.3.dmg"
installer_type: app
install_method: dmg
mount_path: /Volumes/vlc-2.1.3/
downloads: ~/.ansible-downloads/
tasks:
- include: ../install/{{ install_method }}.yml