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

12 lines (10 loc) 262 B
--- - name: Ensure Package manager cache is updated community.general.pacman: update_cache: true - name: Run generic tasks include_tasks: continue.yml loop: "{{ software }}" loop_control: label: "{{ software_item }}" loop_var: software_item