install-docker: remove apt-key cleanup

This is complete and no longer required.

Change-Id: Iccae7a96c75807954f09c48c43d1df7d4625b9cf
This commit is contained in:
Ian Wienand 2023-02-07 09:16:23 +11:00
parent 34963a3ff2
commit fd7271adf8
No known key found for this signature in database

View File

@ -27,13 +27,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