configure cleaning on src pkgs

This commit is contained in:
Matthew Stobbs
2025-03-29 15:02:28 -06:00
parent 254b7d5c3a
commit 5645cc7dd6
34 changed files with 43 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
ghostty:
method: "{{ ghostty.method }}"
arch: "{{ pkgconfig.ghostty.archmap[ansible_architecture] }}"
clean: "{{ pkgconfig.ghostty.clean_install }}"
clean: "{{ pkgconfig_ghostty_clean | default(default.clean_src) }}"
deps: "{{ pkgconfig.ghostty.build_deps[ansible_os_family] }}"
vers: "{{ pkgconfig.ghostty.version }}"
pkg: "{{ pkgconfig.ghostty[ghostty.method] }}"