fix: fzf use install

This commit is contained in:
Price Hiller 2022-08-01 01:54:58 -05:00
parent 8d5b1c6392
commit 5effa61414

View File

@ -24,7 +24,7 @@
when: fzf_installed.rc != 0 when: fzf_installed.rc != 0
ansible.builtin.command: ansible.builtin.command:
argv: argv:
- "{{ fzf_install_path }}" - "{{ fzf_install_path }}/install"
- --key-bindings - --key-bindings
- --completion - --completion
- --no-update-rc - --no-update-rc