]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
share/ansible/: fix Debian 13 build master
authorIker Pedrosa <ipedrosa@redhat.com>
Mon, 18 Aug 2025 08:38:33 +0000 (10:38 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Mon, 18 Aug 2025 09:02:07 +0000 (11:02 +0200)
Install `gpg` package as Debian 13 container image stopped installing it
by default, making the CI fail.

Closes: <https://github.com/shadow-maint/shadow/issues/1335>
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
share/ansible/roles/ci_run/tasks/debian.yml

index 09f8388a471e7b3014e2c6dad2a4d87abfc5eff4..7a5353029728ce8648d294f8a0d334e691ed39cd 100644 (file)
@@ -9,6 +9,7 @@
 - name: Ensure dependencies are installed
   ansible.builtin.apt:
     name:
+      - gpg
       - libbsd-dev
       - libcmocka-dev
       - libltdl-dev