Merge "install-docker: remove apt-key cleanup"

This commit is contained in:
Zuul 2023-03-01 06:31:47 +00:00 committed by Gerrit Code Review
commit a1e00ae2bf
1 changed files with 0 additions and 7 deletions

View File

@ -28,13 +28,6 @@
mode: 0644
register: _update_docker_key
# NOTE(ianw): 2022-02-07 : we can remove this after a run that has
# removed the deprecated key.
- name: Remove old key to stop deprecation warnings
become: yes
when: _update_docker_key.changed
command: 'apt-key del "9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88"'
- name: Ensure /etc/apt/sources.list.d exists
file:
path: /etc/apt/sources.list.d