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:
parent
df330b6a73
commit
bb2cf61658
5
roles/apple-music/tasks/main.yaml
Normal file
5
roles/apple-music/tasks/main.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: install Apple Music from Microsoft Store
|
||||||
|
win_winget:
|
||||||
|
id: 9PFHDD62MXS1
|
||||||
|
state: latest
|
@ -6,7 +6,7 @@
|
|||||||
when: ansible_os_family == 'Windows'
|
when: ansible_os_family == 'Windows'
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: Cider
|
name: Cider
|
||||||
state: latest
|
state: absent
|
||||||
|
|
||||||
- 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