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
2 lines
141 B
Django/Jinja
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 }}
|