refactor variables, make use_local default to false
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
installed_files: "{{ pkgconfig.aquamarine.build_installed_files }}"
|
||||
bin: aquamarine
|
||||
build_deps: "{{ pkgconfig.aquamarine.build_deps[ansible_os_family] }}"
|
||||
clean: "{{ package_hyprland_clean | default(default.clean_src) }}"
|
||||
clean: "{{ package_hyprland_clean | default(package_default_clean_src) }}"
|
||||
|
||||
Reference in New Issue
Block a user