spotify
Ansible role for Spotify
This role will install Spotify client on compatible platforms.
Supported systems
- Ubuntu
- 18.04
- 20.04
- 20.10
- 21.04
- Linux Mint
- 19.3
- 20.1
- Debian
- 9 (stretch)
- 10 (buster)
- 11 (bullseye)
Requirements
As Spotify's repo is available via HTTPS, role will install apt-transport-https
if it's not present in the system.
Role variables
Role doesn't require any custom variables.
Dependencies
There are no dependencies on other roles.
Example playbook
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
License
See LICENSE
About
installs Spotify client on Ubuntu/Debian Linux
Install
ansible-galaxy install tgagor/ansible-role-spotify
License
gpl-3.0
Downloads
37
Owner