dotfiles/roles/fzf/tasks/install/void.yml

10 lines
155 B
YAML
Raw Normal View History

---
# FZF - install on Void
- name: (void) FZF - install
community.general.xbps:
name: fzf
state: present
update_cache: true
become: true