linux-config/roles/modern_unix_tools/tasks/main.yml

14 lines
308 B
YAML
Raw Normal View History

---
#- name: Installing fzf
# ansible.builtin.include_role:
# name: gh_release_bin
# vars:
# name: fzf
# repo: junegunn/fzf
# bin_path: "/fzf"
# autocomplete_path: "/fzf-*/shell/completion.zsh"
# man_path: "/fzf-*/man/man1/fzf.1"
# include_source: yes
# filter: linux_amd64.tar.gz
2022-01-04 08:32:05 +00:00