[ANSIBLE] Automated PR for dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 - #18 #18

Closed
gitea-sonarqube-bot wants to merge 48 commits from dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 into main
Showing only changes of commit 608bc4cc1e - Show all commits
+8 -1
View File
@@ -27,11 +27,18 @@
| map(attribute='path')
| map('relpath', template_base_path ~ '/' ~ inventory_hostname)
| map('dirname')
| map('regex_replace', '^(.*)$', hostvars[inventory_hostname]['appdata_base_path'] ~ '/\1')
| map('regex_replace', '^(.*)$', appdata_base_path_map[inventory_hostname] ~ '/\1')
| unique
| list
}}
vars:
appdata_base_path_map:
rinoa: "{{ hostvars['rinoa']['appdata_base_path'] }}"
rikku: "{{ hostvars['rikku']['appdata_base_path'] }}"
benedikta: "{{ hostvars['benedikta']['appdata_base_path'] }}"
changed_when: false
delegate_to: localhost
run_once: true
tasks: