diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-01-06 15:39:29 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-01-06 15:39:29 +0100 |
commit | c40ec1512b5a92f134d66de9c7a0fe8e1c523a11 (patch) | |
tree | a07fe1729bdd4c1328c8bf5ceb02137a84fadea8 /ansible/group_vars/all | |
parent | fcd051d2caa1b478d4ee4b871c7bfce6e803a6dc (diff) | |
download | infra-c40ec1512b5a92f134d66de9c7a0fe8e1c523a11.tar.gz infra-c40ec1512b5a92f134d66de9c7a0fe8e1c523a11.tar.bz2 infra-c40ec1512b5a92f134d66de9c7a0fe8e1c523a11.tar.xz infra-c40ec1512b5a92f134d66de9c7a0fe8e1c523a11.zip |
ansible/apt-repos: Adding dart.
* Adding example of better way to add repositories.
Diffstat (limited to 'ansible/group_vars/all')
-rw-r--r-- | ansible/group_vars/all/apt-repos.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/group_vars/all/apt-repos.yml b/ansible/group_vars/all/apt-repos.yml index 4ce968a..bf820d8 100644 --- a/ansible/group_vars/all/apt-repos.yml +++ b/ansible/group_vars/all/apt-repos.yml @@ -135,3 +135,11 @@ apt_repos: keyserver: hkp://keyserver.ubuntu.com:80 filename: apt_postgresql_org_pub_repos_apt.list state: "{{ apt_repos_postgresql_state | default('absent') }}" + + dart_stable: + url: https://storage.googleapis.com/download.dartlang.org/linux/debian + distro: stable + sections: main + key_id: EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 + key_url: https://dl.google.com/linux/linux_signing_key.pub + state: "{{ apt_repos_dart_state | default('absent') }}" |