diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-03-06 09:35:59 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-03-06 09:36:08 +0100 |
commit | 55ec1e3578973f0c07be9010ae46a435addbc46e (patch) | |
tree | e54476c0f58b803f26d5361061cab7bebaf18d3c /ansible/group_vars | |
parent | 54db26af414069c378f55b9b85aa9fda5ea93294 (diff) | |
download | infra-55ec1e3578973f0c07be9010ae46a435addbc46e.tar.gz infra-55ec1e3578973f0c07be9010ae46a435addbc46e.tar.bz2 infra-55ec1e3578973f0c07be9010ae46a435addbc46e.tar.xz infra-55ec1e3578973f0c07be9010ae46a435addbc46e.zip |
apt-repos: Darts is amd64 only.
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/all/apt-repos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/group_vars/all/apt-repos.yml b/ansible/group_vars/all/apt-repos.yml index bf820d8..0550745 100644 --- a/ansible/group_vars/all/apt-repos.yml +++ b/ansible/group_vars/all/apt-repos.yml @@ -137,7 +137,7 @@ apt_repos: state: "{{ apt_repos_postgresql_state | default('absent') }}" dart_stable: - url: https://storage.googleapis.com/download.dartlang.org/linux/debian + url: "[arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian" distro: stable sections: main key_id: EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 |