spark/roles/pass/tasks/main.yml
Pig Monkey 32bcd49a71 drop pwgen-passphrase
I still use this regularly, but the AUR package is orphaned, and I'm
happy to just install it via uv.
2025-05-07 08:27:54 -07:00

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