diff options
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/all/apt-repos.yml | 2 | ||||
-rw-r--r-- | ansible/group_vars/workstation/apt-repos.yml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ansible/group_vars/all/apt-repos.yml b/ansible/group_vars/all/apt-repos.yml index 6ec3b6a..931fcd3 100644 --- a/ansible/group_vars/all/apt-repos.yml +++ b/ansible/group_vars/all/apt-repos.yml @@ -38,7 +38,7 @@ apt_repos: state: "{{ apt_repos_docker_state | default('absent') }}" picoscope: - url: http://labs.picotech.com/debian/ + url: https://labs.picotech.com/rc/picoscope7/debian/ distro: picoscope sections: main key_id: 790128FE0D37172A2C56ACB16964D13AA2A43CCE diff --git a/ansible/group_vars/workstation/apt-repos.yml b/ansible/group_vars/workstation/apt-repos.yml index 5f43f27..7a4e1bf 100644 --- a/ansible/group_vars/workstation/apt-repos.yml +++ b/ansible/group_vars/workstation/apt-repos.yml @@ -1,6 +1,6 @@ apt_repos_atom_state: present -apt_repos_balena_etcher_state: present -apt_repos_dart_state: present +apt_repos_balena_etcher_state: absent +apt_repos_dart_state: absent apt_repos_docker_state: absent # debian's version is up to date now apt_repos_dropbox_state: present apt_repos_google_cloud_sdk_state: present @@ -8,7 +8,7 @@ apt_repos_google_state: present apt_repos_heroku_state: present apt_repos_nextcloud_state: absent # integrated into debian now apt_repos_nodesource_state: absent -apt_repos_openmodelica_state: present +apt_repos_openmodelica_state: absent apt_repos_picoscope_state: present apt_repos_postgresql_state: absent apt_repos_signal_state: present |