diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2022-09-15 11:46:59 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2022-09-15 11:46:59 +0200 |
commit | cce0af328a2703bdd65722d3a708abc7bd047fa6 (patch) | |
tree | 4dbef2e59003508d7b1b2edfc24f03c4f4e26c71 /ansible/group_vars | |
parent | 4b559395d6aa97925a2926bf88fd6015ad7e1b66 (diff) | |
download | infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.tar.gz infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.tar.bz2 infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.tar.xz infra-cce0af328a2703bdd65722d3a708abc7bd047fa6.zip |
repo cleanup
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 |