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

17 lines (15 loc) 437 B
--- - name: "Ensure {{ app_name }} is installed" chocolatey.chocolatey.win_chocolatey: name: autohotkey state: "{{ app_state | default('present') }}" - name: Ensure AutoHotKey scripts are copied ansible.windows.win_copy: src: "{{ item }}" dest: '%PROGRAMFILES%\AutoHotKey\' loop: - EmptyRecycleBin.ahk - SuspendAHK.ahk - ToggleHiddenFiles.ahk - WindowAlwaysOnTop.ahk when: install_scripts | bool