This commit is contained in:
Christian Fraß 2025-10-07 16:55:26 +02:00
parent 2d7a0abd5d
commit 639917512a
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[
{
"name": "show vars",
"when": "switch_debug",
"when": "switch_show_vars",
"ansible.builtin.debug": {
"var": "vars.cfg_authelia"
}

View file

@ -1,7 +1,7 @@
[
{
"name": "show vars",
"when": "switch_debug",
"when": "switch_show_vars",
"ansible.builtin.debug": {
"var": "vars.cfg_nginx"
}

View file

@ -1,7 +1,7 @@
[
{
"name": "show vars",
"when": "switch_debug",
"when": "switch_show_vars",
"ansible.builtin.debug": {
"var": "vars.cfg_owncloud"
}