Don't install Cider on Windows

Also add the `apple-music` role, although it currently isn't invoked as
the `win_winget` module does not exist yet.
This commit is contained in:
Kenneth Benzie 2024-12-06 21:01:52 +00:00
parent df330b6a73
commit bb2cf61658
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
- name: install Apple Music from Microsoft Store
win_winget:
id: 9PFHDD62MXS1
state: latest

View File

@ -6,7 +6,7 @@
when: ansible_os_family == 'Windows'
win_chocolatey:
name: Cider
state: latest
state: absent
- name: install flatpak package
when: ansible_os_family != 'Windows'