Desk-spotify Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Installs the Spotify client.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
min_ansible_version: 2.9
platforms: [{‘name’: ‘Archlinux’, ‘versions’: [‘rolling’]}]
galaxy_tags: [‘spotify’, ‘aur’, ‘music’, ‘streaming’, ‘archlinux’, ‘client’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://docs.infinito.nexus/
README¶
Spotify 🎵¶
Description¶
This Ansible role installs the Spotify desktop client on Arch Linux systems using the AUR (Arch User Repository).
Overview¶
Spotify is a digital music streaming service that gives you access to
millions of songs and podcasts. Since it is not available in the
official Arch repositories, this role uses an AUR helper (like
`yay <https://github.com/Jguer/yay>`__) to install the package.
Purpose¶
To automate the installation of Spotify on Arch-based systems while ensuring proper handling of AUR-related tasks through a dedicated helper role.
Features¶
🎧 Installs the official Spotify AUR package
🛠 Uses
yay(or other helper) via`kewlfft.aur<https://github.com/kewlfft/ansible-aur>`__ Ansible module🔗 Declares dependency on
dev-yayfor seamless integration
Requirements¶
The
dev-yayrole must be applied before using this role.An AUR helper like
yaymust be available on the system.
Dependencies¶
This role depends on:
`dev-yay<../dev-yay>`__ – provides and configures an AUR helper likeyay