This role will install Spotify client on compatible platforms.
- Ubuntu
- 18.04
- 20.04
- 20.10
- 21.04
- Linux Mint
- 19.3
- 20.1
- Debian
- 9 (stretch)
- 10 (buster)
- 11 (bullseye)
As Spotify's repo is available via HTTPS, role will install apt-transport-https
if it's not present in the system.
Role doesn't require any custom variables.
There are no dependencies on other roles.
Just add to you playbook, to install it on localhost
:
- hosts: localhost
connection: local
gather_facts: true
become: yes
tasks:
- name: Install Spotify client
include_role:
name: tgagor.spotify
See LICENSE