diff --git a/deploy_partition.yaml b/deploy_partition.yaml index 561f03d4..99eb52ff 100644 --- a/deploy_partition.yaml +++ b/deploy_partition.yaml @@ -8,11 +8,13 @@ - name: deploy docker hosts: leaves pre_tasks: - - name: update cumulus repo key - apt_key: - url: http://repo3.cumulusnetworks.com/public-key/repo3-2023-key - validate_certs: false - state: present + # the following task is not required as long as we do not install something from the cumulus repositories, for which all the keys are expired now + # the one from here has also expired on 9th Apr 2024: https://docs.nvidia.com/networking-ethernet-software/knowledge-base/Installing-and-Upgrading/Upgrading/Update-Expired-GPG-Keys/#package-upgrade-from-cumulus-linux-37x-to-3716 + # - name: update cumulus repo key + # apt_key: + # url: http://repo3.cumulusnetworks.com/public-key/repo3-2023-key + # validate_certs: false + # state: present - name: unpack jessie fixes command: tar xf /root/jessie-apt-transport-fix.tar.gz - name: install apt-transport