mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-18 05:28:23 +00:00
3 lines
No EOL
121 B
YAML
3 lines
No EOL
121 B
YAML
---
|
|
- name: Install {{ app_name }} pkg
|
|
command: sudo installer -package {{ app_name }}.pkg -target {{ install_target }} |