diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2021-05-04 08:38:36 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2021-05-04 08:38:36 +0200 |
commit | e2b6e5847fd6579ff0f6801ec6c2b997d6d098f2 (patch) | |
tree | 2edfbc80e7b3f716e1054c3fea77c5b72ae3d194 /ansible/group_vars | |
parent | fe3dbbf0ed855fdf2385b1391640b099a4c7bbd9 (diff) | |
download | infra-e2b6e5847fd6579ff0f6801ec6c2b997d6d098f2.tar.gz infra-e2b6e5847fd6579ff0f6801ec6c2b997d6d098f2.tar.bz2 infra-e2b6e5847fd6579ff0f6801ec6c2b997d6d098f2.tar.xz infra-e2b6e5847fd6579ff0f6801ec6c2b997d6d098f2.zip |
Disabling souffle repository
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/workstation/apt-repos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/group_vars/workstation/apt-repos.yml b/ansible/group_vars/workstation/apt-repos.yml index 1d7285f..a4d3d34 100644 --- a/ansible/group_vars/workstation/apt-repos.yml +++ b/ansible/group_vars/workstation/apt-repos.yml @@ -14,5 +14,5 @@ apt_repos_signal_state: present apt_repos_skype_stable_state: present apt_repos_skype_unstable_state: absent apt_repos_slack_state: present -apt_repos_souffle_state: present +apt_repos_souffle_state: absent apt_repos_spotify_state: present |