Sets up fzf; fuzzy finder
- git
Available variables are listed below, along with default values (see defaults/main.yml):
fzf_parentdir: "{{ ansible_env.HOME }}/git"
In which the fzf repository is cloned.
None
- hosts: localhost
roles:
- role: bartdorlandt.fzf
or with variables:
- hosts: localhost
roles:
- role: bartdorlandt.fzf
vars:
fzf_parentdir: "{{ ansible_env.HOME }}/something"
MIT/BSD
This role was created in 2022 by Bart Dorlandt.