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 (9 loc) 211 B
--- - name: Prepare hosts: all gather_facts: false tasks: - name: Bypass prepare stage debug: msg: Bypassing the prepare stage since the client is a Windows box changed_when: false