diff options
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/workstation/apt-repos.yml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ansible/group_vars/workstation/apt-repos.yml b/ansible/group_vars/workstation/apt-repos.yml index 454a616..8faf63c 100644 --- a/ansible/group_vars/workstation/apt-repos.yml +++ b/ansible/group_vars/workstation/apt-repos.yml @@ -41,7 +41,14 @@ apt_repos: skype: state: absent - distro: stretch + + skype-stable: + state: absent + + skype-unstable: + url: "[arch=amd64] https://repo.skype.com/deb" + state: present + distro: unstable sections: main key_id: 1F3045A5DF7587C3 keyserver: hkp://keyserver.ubuntu.com:80 @@ -55,7 +62,7 @@ apt_repos: spotify: url: http://repository.spotify.com - distro: stable + distro: testing sections: non-free key_id: A87FF9DF48BF1C90 keyserver: hkp://keyserver.ubuntu.com:80 @@ -91,7 +98,7 @@ apt_repos: souffle: url: https://dl.bintray.com/souffle-lang/deb-unstable - distro: stretch + distro: disco sections: main key_id: 379CE192D401AB61 keyserver: hkp://keyserver.ubuntu.com:80 |