From df9ff544efd11a9bc0c2ba83309cdbd53fc0516f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:01:07 +0100 Subject: [PATCH] [PR #8102/23fbc5e2 backport][stable-8] Fix pacman tests in CI (#8106) Fix pacman tests in CI (#8102) Fix pacman tests. (cherry picked from commit 23fbc5e24104cb0f4dc6f352b7159e4743b16485) Co-authored-by: Felix Fontein --- .../targets/pacman/tasks/locally_installed_package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/targets/pacman/tasks/locally_installed_package.yml b/tests/integration/targets/pacman/tasks/locally_installed_package.yml index a5f1832364..f67950c759 100644 --- a/tests/integration/targets/pacman/tasks/locally_installed_package.yml +++ b/tests/integration/targets/pacman/tasks/locally_installed_package.yml @@ -7,11 +7,12 @@ package_name: ansible-test-foo username: ansible-regular-user block: - - name: Install fakeroot + - name: Install dependencies pacman: state: present name: - fakeroot + - debugedit - name: Create user user: