]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible/builder.yml: add bookworm deb signing keys
authorDan Mick <dmick@redhat.com>
Tue, 1 Aug 2023 22:24:58 +0000 (15:24 -0700)
committerDan Mick <dmick@redhat.com>
Wed, 9 Aug 2023 22:25:54 +0000 (15:25 -0700)
Signed-off-by: Dan Mick <dmick@redhat.com>
ansible/examples/builder.yml

index e340633f978123c57c264c09e6d3c44b4b04cdf9..b6a7019b70d85a1857b07b8a7ff019b5f4a2cc77 100644 (file)
             url: https://ftp-master.debian.org/keys/release-10.asc
             keyring: /etc/apt/trusted.gpg
             state: present
+
+        - name: Add the Debian Bookworm Key
+          apt_key:
+           id: 350947F8
+           url: https://ftp-master.debian.org/keys/archive-key-12.asc
+           keyring: /etc/apt/trusted.gpg
+           state: present
+
+        - name: Add the Debian Security Bookworm Key
+          apt_key:
+            id: AEC0A8F0
+            url: https://ftp-master.debian.org/keys/archive-key-12-security.asc
+            keyring: /etc/apt/trusted.gpg
+            state: present
       when: ansible_os_family == "Debian"
+      tags: debian-keys
 
     ## VAGRANT PLUGIN TASKS
     - name: Install vagrant-libvirt plugin