From 8dc5eeb11b5b628018579d7ca91211081aa7517b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:57:40 +0200 Subject: [PATCH] [PR #10728/82b37bdb backport][stable-9] pacman: re-enable yay test (#10729) pacman: re-enable yay test (#10728) Re-enable yay test. (cherry picked from commit 82b37bdb56b026cfaae2a3df978a694e40fcd969) Co-authored-by: Felix Fontein --- tests/integration/targets/pacman/tasks/main.yml | 2 +- tests/integration/targets/pacman/tasks/yay-become.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/integration/targets/pacman/tasks/main.yml b/tests/integration/targets/pacman/tasks/main.yml index c785394080..1f6001a669 100644 --- a/tests/integration/targets/pacman/tasks/main.yml +++ b/tests/integration/targets/pacman/tasks/main.yml @@ -17,4 +17,4 @@ - include_tasks: 'update_cache.yml' - include_tasks: 'locally_installed_package.yml' - include_tasks: 'reason.yml' - # - include_tasks: 'yay-become.yml' # TODO: re-enable once AUR git access works again + - include_tasks: 'yay-become.yml' diff --git a/tests/integration/targets/pacman/tasks/yay-become.yml b/tests/integration/targets/pacman/tasks/yay-become.yml index 95698d5ceb..301ebf4985 100644 --- a/tests/integration/targets/pacman/tasks/yay-become.yml +++ b/tests/integration/targets/pacman/tasks/yay-become.yml @@ -46,9 +46,11 @@ become: true become_user: yaybuilder ansible.builtin.git: - repo: https://aur.archlinux.org/yay.git - dest: "{{ remote_tmp_dir }}/builder/yay" depth: 1 + dest: "{{ remote_tmp_dir }}/builder/yay" + repo: https://github.com/archlinux/aur.git + single_branch: true + version: yay - name: make package become: true