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) 239 B
--- - name: "Ensure {{ app_name }}'s dependencies are installed" chocolatey.chocolatey.win_chocolatey: name: python state: present - name: "Ensure {{ app_name }} is installed" ansible.windows.win_command: pip install -U pgcli