From: David Galloway Date: Thu, 23 Sep 2021 15:21:16 +0000 (-0400) Subject: ansible: Stop installing Jessie key X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11f7d26d7465c310a49cd9b96d90fc1dbd69a8e5;p=ceph-build.git ansible: Stop installing Jessie key We don't build for Jessie anymore Signed-off-by: David Galloway --- diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index f938b8e4..d9318098 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -612,27 +612,6 @@ ## DEBIAN GPG KEY TASKS - name: Install Debian GPG Keys on Ubuntu block: - - name: Add the Debian Jessie Key - apt_key: - id: 2B90D010 - url: https://ftp-master.debian.org/keys/archive-key-8.asc - keyring: /etc/apt/trusted.gpg - state: present - - - name: Add the Debian Security Jessie Key - apt_key: - id: C857C906 - url: https://ftp-master.debian.org/keys/archive-key-8-security.asc - keyring: /etc/apt/trusted.gpg - state: present - - - name: Add the Debian Jessie Stable Key - apt_key: - id: 518E17E1 - url: https://ftp-master.debian.org/keys/release-8.asc - keyring: /etc/apt/trusted.gpg - state: present - - name: Add the Debian Buster Key apt_key: id: 3CBBABEE