瀏覽代碼

spotify role

master
當前提交
9b0c26129f
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. +18
    -0
      tasks/main.yaml

+ 18
- 0
tasks/main.yaml 查看文件

@@ -0,0 +1,18 @@
---

- name: spotify apt key
apt_key:
id: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
url: https://download.spotify.com/debian/pubkey.gpg
keyring: /etc/apt/trusted.gpg.d/spotify.gpg
state: present

- name: spotify apt repository
apt_repository:
repo: deb http://repository.spotify.com stable non-free
state: present
filename: spotify

- name: spotify client
apt:
pkg: spotify-client

Loading…
取消
儲存