Update apple-music role with for new win_winget module
This commit is contained in:
parent
96cf066d74
commit
a9aa1bdaaf
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user