mac-setup/apps/chrome.yml
2014-02-12 21:47:18 -06:00

15 lines
405 B
YAML

---
- hosts: {{ hosts }}
user: {{ user }}
vars:
app_name: Google\ Chrome
app_name_pretty: Google Chrome
app_url: "https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg"
installer_type: app
install_method: dmg
mount_path: /Volumes/Google\ Chrome/
vars_files:
- ../setup-vars.yml
tasks:
- include: ../setup.yml
- include: ../install/{{ install_method }}.yml