Files
system-config/playbooks/roles/install-docker/templates/sources.list.j2
Ian Wienand 34963a3ff2 install-docker: switch from deprecated apt-key
We are currently getting deprecation errors on apt-get updates about
the docker key being in /etc/apt/trusted.gpg.  Move it to a separate
key as is the fashion now.

Change-Id: I4e21656db9084d5c5e22281eb2d189b7fa8eaa00
2023-02-07 09:16:02 +11:00

2 lines
141 B
Django/Jinja

deb [signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename }} {{ docker_update_channel }}