configure cleaning on src pkgs
This commit is contained in:
@@ -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] }}"
|
||||
|
||||
Reference in New Issue
Block a user