---
- name: "Ensure {{ app_name }} is installed"
  community.windows.win_scoop:
    name: waypoint
    state: "{{ app_state | default('present') }}"
