From 11f7d26d7465c310a49cd9b96d90fc1dbd69a8e5 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 23 Sep 2021 11:21:16 -0400 Subject: [PATCH] ansible: Stop installing Jessie key We don't build for Jessie anymore Signed-off-by: David Galloway --- ansible/examples/slave.yml | 21 --------------------- 1 file changed, 21 deletions(-) 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 -- 2.39.5