[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 82b37bdb56)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-08-25 06:57:40 +02:00 committed by GitHub
commit 8dc5eeb11b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -17,4 +17,4 @@
- include_tasks: 'update_cache.yml' - include_tasks: 'update_cache.yml'
- include_tasks: 'locally_installed_package.yml' - include_tasks: 'locally_installed_package.yml'
- include_tasks: 'reason.yml' - include_tasks: 'reason.yml'
# - include_tasks: 'yay-become.yml' # TODO: re-enable once AUR git access works again - include_tasks: 'yay-become.yml'

View file

@ -46,9 +46,11 @@
become: true become: true
become_user: yaybuilder become_user: yaybuilder
ansible.builtin.git: ansible.builtin.git:
repo: https://aur.archlinux.org/yay.git
dest: "{{ remote_tmp_dir }}/builder/yay"
depth: 1 depth: 1
dest: "{{ remote_tmp_dir }}/builder/yay"
repo: https://github.com/archlinux/aur.git
single_branch: true
version: yay
- name: make package - name: make package
become: true become: true