custom remote repo working
This commit is contained in:
@ -138,7 +138,7 @@
|
||||
- --sign
|
||||
- --key
|
||||
- "{{ aur_repo_key_thumbprint }}"
|
||||
- repo.db.tar
|
||||
- home.db.tar
|
||||
- aurutils-{{ aurutils_pkgver }}-{{ aurutils_pkgrel }}-{{ aurutils_arch }}.pkg.tar
|
||||
chdir: "{{ aur_repo_dir }}/packages"
|
||||
changed_when: true
|
||||
@ -179,7 +179,7 @@
|
||||
ansible.builtin.blockinfile:
|
||||
path: /etc/pacman.conf
|
||||
block: |
|
||||
[custom]
|
||||
[home]
|
||||
SigLevel = Required TrustedOnly
|
||||
Server = file://{{ aur_repo_dir }}/packages
|
||||
create: false
|
||||
@ -203,8 +203,5 @@
|
||||
- name: Link the aur repo to the web root
|
||||
ansible.builtin.file:
|
||||
src: "{{ aur_repo_dir }}/packages"
|
||||
dest: /var/www{{ aur_repo_dir }}
|
||||
path: /var/www{{ aur_repo_dir }}
|
||||
state: link
|
||||
owner: http
|
||||
group: http
|
||||
mode: "0775"
|
||||
|
Reference in New Issue
Block a user