ansible-software/spotify/tasks/main.yml
2022-10-31 17:06:50 +00:00

14 lines
372 B
YAML

---
- name: Enable repository
ansible.builtin.yum_repository:
name: spotify
baseurl: https://negativo17.org/repos/spotify/fedora-$releasever/x86_64/
description: Spotify
gpgcheck: true
gpgkey: https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
enabled: true
- name: Install Spotify
ansible.builtin.package:
name: spotify
state: present