mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-25 15:31:44 -07:00
[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:
parent
e509382dda
commit
8dc5eeb11b
2 changed files with 5 additions and 3 deletions
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue