add file lists to ghostty and neovim src install

This commit is contained in:
Matthew Stobbs
2025-03-18 07:22:21 -06:00
parent e799d616a0
commit 040ea8339b
6 changed files with 2633 additions and 16 deletions

View File

@@ -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:

View File

@@ -24,6 +24,8 @@
git_repo: "{{ pkgconfig.neovim.git_repo }}"
git_path: "{{ d_tempdir.path }}/neovim"
build_type: "{{ pkgconfig.neovim.build_type }}"
clean: "{{ pkgconfig.neovim.clean_install }}"
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
- name: Set neovim config for appimage install
when: