Update apple-music role with for new win_winget module

This commit is contained in:
Kenneth Benzie 2024-12-10 00:54:17 +00:00
parent 96cf066d74
commit a9aa1bdaaf
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
roles: roles:
- role: 1password - role: 1password
- role: autohotkey - role: autohotkey
- role: cider - role: apple-music
- role: ferdium - role: ferdium
- role: firefox - role: firefox
- role: fonts - role: fonts

View File

@ -1,5 +1,10 @@
--- ---
- name: install Apple Music from Microsoft Store - name: install Apple Music from Microsoft Store
win_winget: win_winget:
id: 9PFHDD62MXS1 name: Apple Music
state: latest state: latest
- name: remove Cider from Chocolatey
win_chocolatey:
name: Cider
state: absent

View File

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