owncloud aktualisieren #1

Closed
fenris wants to merge 44 commits from task-377 into main
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 639917512a - Show all commits

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"
}