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

11 lines (10 loc) 298 B
--- # @action Ensures Shortcuts are setup # Sets up Shortcuts to be visible in the Start Menu without an enclosing folder - name: Modify the start menu shortcuts become: true block: - include_tasks: shortcut.yml when: - ansible_os_family == 'Windows' - shortcut_folder is defined