refactor variables, make use_local default to false

This commit is contained in:
Matthew Stobbs
2025-03-31 18:20:47 -06:00
parent 8abb14ce33
commit dd95f5897c
22 changed files with 26 additions and 26 deletions

View File

@@ -24,7 +24,7 @@
git_repo: "{{ pkgconfig.neovim.git_repo }}"
git_path: "{{ d_tempdir.path }}/neovim"
build_type: "{{ pkgconfig.neovim.build_type }}"
clean: "{{ pkgconfig_neovim.clean | default(default.clean_src) }}"
clean: "{{ pkgconfig_neovim.clean | default(package_default_clean_src) }}"
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
- name: Set neovim config for appimage install