diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-07-30 16:36:46 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-07-30 16:36:46 +0200 |
commit | 2a7602394af716163025d047fcc4c5fa085f6ec3 (patch) | |
tree | def3908030e1d626e1d791459bebfd77d909bc54 /roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 | |
parent | chrony: make lua exporter closer to the output of chrony_exporter (diff) |
ch-equinox-ws: re-install on ubuntu jammy
Diffstat (limited to 'roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2')
-rw-r--r-- | roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 index 3a3e1689..98d6699b 100644 --- a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 +++ b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 @@ -203,8 +203,7 @@ autoinstall: apt: primary: - uri: http://{{ apt_repo_providers[apt_repo_provider].ubuntu.host }}{{ apt_repo_providers[apt_repo_provider].ubuntu.path }} - arches: - - amd64 + arches: {{ ubuntu_autoinstall_apt_arches | to_json}} user-data: hostname: "{{ host_name }}" |