fix jinja2 template

This commit is contained in:
Matthew Stobbs
2025-01-26 08:27:41 -07:00
parent 21c38b73be
commit d1b3e19df2

View File

@@ -6,7 +6,7 @@
- cargo
- install
- --root
- "{% if ansible_os_family != 'Linux' %}.{% else %}{{ pkgconfig.neovide.install_prefix }}"
- "{% if ansible_os_family != 'Linux' %}.{% else %}{{ pkgconfig.neovide.install_prefix }}{% endif %}"
- --git
- "{{ pkgconfig.neovide.git_repo }}"
- --tag