Update to the new GPG key.

This commit is contained in:
Tom Alexander
2025-09-23 17:05:47 -04:00
parent c96c4d3ddb
commit daaf427286
11 changed files with 106 additions and 121 deletions

View File

@@ -1,19 +1,3 @@
- name: Build aur packages
register: buildaur
become_user: "{{ build_user.name }}"
command: "aurutils-sync --no-view {{ item }}"
args:
creates: "/var/cache/pacman/custom/{{ item }}-*.pkg.tar.*"
loop:
- nvm
- name: Update cache
when: buildaur.changed
pacman:
name: []
state: present
update_cache: true
- name: Install packages
package:
name: