From 1c5756f95285488533af7b978c396c0e765df63a Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 12 Nov 2024 22:54:46 +0100 Subject: [PATCH] playbooks: Restore the generation & installation of the Bash completion --- playbooks/dependencies-fedora.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/dependencies-fedora.yaml b/playbooks/dependencies-fedora.yaml index 8007ce958..c22e635d3 100644 --- a/playbooks/dependencies-fedora.yaml +++ b/playbooks/dependencies-fedora.yaml @@ -20,7 +20,6 @@ update_cache: "{{ true if zuul.attempts > 1 else false }}" name: - ShellCheck - - bash-completion - bats - codespell - fish @@ -32,6 +31,7 @@ - meson - ninja-build - openssl + - pkgconfig(bash-completion) - podman - shadow-utils-subid-devel - skopeo @@ -55,7 +55,7 @@ chdir: '{{ zuul.project.src_dir }}' - name: Check versions of crucial packages - command: rpm -qa ShellCheck bash bats codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo + command: rpm -qa ShellCheck bash bash-completion bats codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo - name: Show podman versions command: podman version