mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-29 07:10:19 +00:00
15 lines
No EOL
351 B
YAML
15 lines
No EOL
351 B
YAML
---
|
|
- hosts: $hosts
|
|
user: $user
|
|
sudo: yes
|
|
vars:
|
|
app_name: AppCleaner
|
|
app_name_pretty: AppCleaner
|
|
app_url: http://www.freemacsoft.net/downloads/AppCleaner_2.1.zip
|
|
installer_type: app
|
|
install_method: zip
|
|
vars_files:
|
|
- ../setup-vars.yaml
|
|
tasks:
|
|
- include: ../setup.yaml
|
|
- include: ../install/$install_method.yaml |