set git_branch for neovim src build
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
build_deps: "{{ pkgconfig.neovim.build_deps[ansible_os_family] }}"
|
||||
git_repo: "{{ pkgconfig.neovim.git_repo }}"
|
||||
git_path: "{{ d_tempdir.path }}/neovim"
|
||||
git_branch: "{{ pkgconfig.neovim.git_branch }}"
|
||||
build_type: "{{ pkgconfig.neovim.build_type }}"
|
||||
clean: "{{ pkgconfig_neovim.clean | default(_pkgconfig_force_rebuild) }}"
|
||||
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
|
||||
|
||||
Reference in New Issue
Block a user