---
# @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
