add file lists to ghostty and neovim src install
This commit is contained in:
@@ -12,12 +12,14 @@
|
||||
ghostty:
|
||||
method: "{{ ghostty.method }}"
|
||||
arch: "{{ pkgconfig.ghostty.archmap[ansible_architecture] }}"
|
||||
clean: "{{ pkgconfig.ghostty.clean_install }}"
|
||||
deps: "{{ pkgconfig.ghostty.build_deps[ansible_os_family] }}"
|
||||
vers: "{{ pkgconfig.ghostty.version }}"
|
||||
pkg: "{{ pkgconfig.ghostty[ghostty.method] }}"
|
||||
repo: "{{ pkgconfig.ghostty.git_repo }}"
|
||||
build_deps: "{{ pkgconfig.ghostty.build_deps[ansible_os_family] }}"
|
||||
optimize: "{{ pkgconfig.ghostty.optimize }}"
|
||||
installed_files: "{{ pkgconfig.ghostty.build_installed_files }}"
|
||||
|
||||
- name: Set ghostty package manager install
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user