UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

8 lines (7 loc) 172 B
--- - name: Cycle through the list of .dmg files to install include_tasks: install.yml loop: "{{ dmgs }}" loop_control: label: "{{ dmg.name }}" loop_var: dmg