mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 16:55:45 +03:00
feat(ansible): add role for variable debugging
This commit is contained in:
parent
9f1d816d57
commit
a2a37bd54c
3 changed files with 61 additions and 0 deletions
2
ansible/roles/debug_forge_vars/defaults/main.yml
Normal file
2
ansible/roles/debug_forge_vars/defaults/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Default vars for this role
|
||||
forge_debug_vars_regex_search: "{{ lookup('ansible.builtin.env', 'FORGE_DEBUG_VARS_REGEX_SEARCH', default='^forge_.+') }}"
|
Loading…
Add table
Add a link
Reference in a new issue