mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
I still use this regularly, but the AUR package is orphaned, and I'm happy to just install it via uv.
27 lines
413 B
YAML
27 lines
413 B
YAML
---
|
|
- name: Install pass
|
|
pacman:
|
|
name: pass
|
|
state: present
|
|
|
|
- name: Install pass-otp
|
|
pacman:
|
|
name: pass-otp
|
|
state: present
|
|
|
|
- name: Install rofi-pass
|
|
pacman:
|
|
name: rofi-pass
|
|
state: present
|
|
tags:
|
|
- rofi
|
|
|
|
- name: Install pass-update
|
|
kewlfft.aur.aur:
|
|
name: pass-update
|
|
use: makepkg
|
|
skip_pgp_check: yes
|
|
become: yes
|
|
become_user: "{{ aur.user }}"
|
|
tags:
|
|
- aur
|