ansible-software/spotify/tasks/main.yml

15 lines
373 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