Update apple-music role with for new win_winget module
This commit is contained in:
parent
96cf066d74
commit
a9aa1bdaaf
@ -6,7 +6,7 @@
|
||||
roles:
|
||||
- role: 1password
|
||||
- role: autohotkey
|
||||
- role: cider
|
||||
- role: apple-music
|
||||
- role: ferdium
|
||||
- role: firefox
|
||||
- role: fonts
|
||||
|
@ -1,5 +1,10 @@
|
||||
---
|
||||
- name: install Apple Music from Microsoft Store
|
||||
win_winget:
|
||||
id: 9PFHDD62MXS1
|
||||
name: Apple Music
|
||||
state: latest
|
||||
|
||||
- name: remove Cider from Chocolatey
|
||||
win_chocolatey:
|
||||
name: Cider
|
||||
state: absent
|
||||
|
@ -6,7 +6,7 @@
|
||||
when: ansible_os_family == 'Windows'
|
||||
win_chocolatey:
|
||||
name: Cider
|
||||
state: absent
|
||||
state: latest
|
||||
|
||||
- name: install flatpak package
|
||||
when: ansible_os_family != 'Windows'
|
||||
|
Loading…
x
Reference in New Issue
Block a user