Add spotify
This commit is contained in:
parent
c06a69eb29
commit
10cafb43b5
1 changed files with 15 additions and 0 deletions
15
spotify/tasks/main.yml
Normal file
15
spotify/tasks/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- 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
|
Loading…
Add table
Reference in a new issue