refactor variables, make use_local default to false

This commit is contained in:
Matthew Stobbs
2025-03-31 18:20:47 -06:00
parent 8abb14ce33
commit dd95f5897c
22 changed files with 26 additions and 26 deletions

View File

@@ -2,8 +2,8 @@
# variables used in ansible_role_package
---
debug: false
use_local: true
prefer_method: system
use_local: false
prefer_method: src
packages: [] # list of packages to install
defaults:
@@ -26,7 +26,7 @@ defaults:
# - paths.go: $PREFIX/go
# - paths.pipx: $PREFIX/pipx
default:
clean_src: false
package_default_clean_src: false
## Extra config that usually will not need to be changed
hyprgitbase: https://github.com/hyprwm