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

7 lines (6 loc) 222 B
--- - name: Ensure configured gems are installed (system) become_user: "{{ user.username }}" ansible.windows.win_command: "gem install --user-install {{ user.gems }}" when: user.gems is defined ignore_errors: true