@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
13 lines (11 loc) • 317 B
YAML
- name: "Ensure {{ app_name }} is installed"
community.windows.win_scoop:
name: starship
state: "{{ app_state | default('present') }}"
- name: Run generic Windows tasks
include_tasks: config-Windows.yml
loop: "{{ user_configs }}"
loop_control:
label: "{{ user.username }}"
loop_var: user