ansible-software/spotify/tasks/main.yml
2021-06-25 15:52:14 +00:00

15 lines
341 B
YAML

---
- name: enable repository
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
package:
name: spotify
state: present