db: refs #8140 Fix apply SQL, dir structure changes, parallel backups #68

Merged
juan merged 12 commits from 8140-applyFixesRefactor into main 2025-02-14 08:51:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 831865a72f - Show all commits

View File

@ -105,7 +105,7 @@ ansible-builder build --tag awx-ee:vn1
## Common playbooks
* **debug.yml**: Debugging tasks: facts, var, ping...
* **debug.yml**: Debugging tasks: facts, vars, ping...
* **awx.yml**: Create and configure AWX user
* **debian.yml**: Setup base Debian server

View File

@ -14,7 +14,7 @@
var: vars
- name: Print variable value
tags: var
tags: [var, vars]
when: var_name is defined
debug:
msg: "{{ var_name }}: {{ lookup('vars', var_name, default='undefined') }}"