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

8 lines (7 loc) 228 B
--- # @action Installs pnpm # Ensures pnpm is installed on macOS, Linux, and Windows systems - name: Include tasks based on the operating system become: true block: - include_tasks: "install-{{ ansible_os_family }}.yml"