diff --git a/playbooks/roles/install-docker/tasks/upstream.yaml b/playbooks/roles/install-docker/tasks/upstream.yaml index c4cf10d47b..743f06283d 100644 --- a/playbooks/roles/install-docker/tasks/upstream.yaml +++ b/playbooks/roles/install-docker/tasks/upstream.yaml @@ -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