diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-15 20:32:46 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-08 09:03:13 +0200 |
commit | d341e8a0967e3a186e2112c6fc55988e50523a9a (patch) | |
tree | 82c8d507e445e05a181c1e7e6a74a50e22bd0fb1 /ansible/group_vars/workstation | |
parent | 09ce67dfcb447aaff46a507e5107c036dc5acd29 (diff) | |
download | infra-d341e8a0967e3a186e2112c6fc55988e50523a9a.tar.gz infra-d341e8a0967e3a186e2112c6fc55988e50523a9a.tar.bz2 infra-d341e8a0967e3a186e2112c6fc55988e50523a9a.tar.xz infra-d341e8a0967e3a186e2112c6fc55988e50523a9a.zip |
o More apt repos.
Diffstat (limited to 'ansible/group_vars/workstation')
-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 |