mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-26 05:40:17 +00:00
16 lines
No EOL
403 B
YAML
16 lines
No EOL
403 B
YAML
---
|
|
- hosts: $hosts
|
|
user: $user
|
|
sudo: yes
|
|
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.yaml
|
|
tasks:
|
|
- include: ../setup.yaml
|
|
- include: ../install/$install_method.yaml |