diff options
Diffstat (limited to 'ansible/group_vars/workstation')
-rw-r--r-- | ansible/group_vars/workstation/apt-repos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |