Merge "install-docker: remove apt-key cleanup"
This commit is contained in:
commit
a1e00ae2bf
@ -28,13 +28,6 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
register: _update_docker_key
|
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
|
- name: Ensure /etc/apt/sources.list.d exists
|
||||||
file:
|
file:
|
||||||
path: /etc/apt/sources.list.d
|
path: /etc/apt/sources.list.d
|
||||||
|
Loading…
Reference in New Issue
Block a user