mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user