diff options
Diffstat (limited to 'ansible/group_vars/all')
-rw-r--r-- | ansible/group_vars/all/apt-repos.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ansible/group_vars/all/apt-repos.yml b/ansible/group_vars/all/apt-repos.yml index fad2478..d0309ac 100644 --- a/ansible/group_vars/all/apt-repos.yml +++ b/ansible/group_vars/all/apt-repos.yml @@ -45,10 +45,12 @@ apt_repos: key_url: http://labs.picotech.com/debian/dists/picoscope/Release.gpg.key state: "{{ apt_repos_picoscope_state | default('absent') }}" - skype: - state: "{{ apt_repos_skype_state | default('absent') }}" - skype-stable: + url: "[arch=amd64] https://repo.skype.com/deb" + distro: unstable + sections: main + key_id: 1F3045A5DF7587C3 + keyserver: hkp://keyserver.ubuntu.com:80 state: "{{ apt_repos_skype_stable_state | default('absent') }}" skype-unstable: |