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/workstation | |
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/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 |