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

9 lines (7 loc) 278 B
--- - name: "Ensure {{ app_name }}'s dependencies are installed" chocolatey.chocolatey.win_chocolatey: name: mpg123 state: "{{ app_state | default('present') }}" - name: "Ensure {{ app_name }} is installed" ansible.windows.win_shell: "npm install -g normit@latest"