Add cider role for Linux and Windows

Cider is a cross-platform Apple Music client. Don't bother installing
Cider on macOS since there is the first party Music app.
This commit is contained in:
2023-10-24 00:06:19 +01:00
parent b4685b9d1e
commit 9017be5cf7
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: install chocolatey package
when: ansible_os_family == 'Windows'
win_chocolatey:
state: latest
name: Cider
- name: install flatpak package
when: ansible_os_family != 'Windows' and
ansible_os_family != 'Darwin'
become: true
flatpak:
name: sh.cider.Cider