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 ⛽🔥🤤

13 lines (12 loc) 294 B
--- - name: Ensure qlplugins are installed become: false community.general.homebrew_cask: name: "{{ plugin }}" state: present sudo_password: "{{ ansible_sudo_pass }}" ignore_errors: true loop: "{{ qlplugins }}" loop_control: label: "{{ plugin }}" loop_var: plugin