Add decode_jwt script, install kubeswitch on linux, unfreeze firefox version on linux, disable more bits of currentznver4 FreeBSD build, install terminfo-db, and remove build configs from old version of poudboot.

This commit is contained in:
Tom Alexander
2024-06-19 19:29:14 -04:00
parent 5823ca90f1
commit d3c397acf0
10 changed files with 55 additions and 31 deletions

View File

@@ -1,8 +1,24 @@
- 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:
- kubeswitch-bin
- name: Update cache
when: buildaur.changed
pacman:
name: []
state: present
update_cache: true
- name: Install packages
package:
name:
- yamllint
- stern
# - kubeswitch
- kubeswitch-bin
- fluxcd
state: present