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

10 lines (8 loc) 292 B
--- - name: 'Ensure {{ app_name }} is installed' chocolatey.chocolatey.win_chocolatey: name: vlc state: "{{ app_state | default('present') }}" - name: 'Ensure the {{ app_name }} shortcut is at the top level of the Start Menu' include_role: name: professormanhattan.startmenu