]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: Stop installing Jessie key 1911/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 23 Sep 2021 15:21:16 +0000 (11:21 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 23 Sep 2021 15:21:16 +0000 (11:21 -0400)
We don't build for Jessie anymore

Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave.yml

index f938b8e422fb19e84417753e5fd899c9d40fc788..d9318098a9bf3054b00d59f8b886dc859c11bf41 100644 (file)
     ## 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