diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-05 11:03:18 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-05 11:03:18 +0200 |
commit | 72849580c5e488918d27962ea733e6dccb129147 (patch) | |
tree | fbec0bac4765f9520159f90c197c58c1c71c5632 /ansible | |
parent | d03202ab9ff12024b0039b7bf5752502130e413f (diff) | |
download | infra-72849580c5e488918d27962ea733e6dccb129147.tar.gz infra-72849580c5e488918d27962ea733e6dccb129147.tar.bz2 infra-72849580c5e488918d27962ea733e6dccb129147.tar.xz infra-72849580c5e488918d27962ea733e6dccb129147.zip |
apt-repos: Removing nextcloud, is upstream now.
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/group_vars/workstation/apt-repos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/group_vars/workstation/apt-repos.yml b/ansible/group_vars/workstation/apt-repos.yml index 8005f95..3241fb2 100644 --- a/ansible/group_vars/workstation/apt-repos.yml +++ b/ansible/group_vars/workstation/apt-repos.yml @@ -81,6 +81,7 @@ apt_repos: sections: main key_id: 1FCD77DD0DBEF5699AD2610160EE47FBAD3DD469 keyserver: hkp://keyserver.ubuntu.com:80 + state: absent heroku: url: http://toolbelt.heroku.com/ubuntu |