[ANSIBLE] Automated PR for dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 - #18 #18
@@ -27,12 +27,13 @@
|
|||||||
| map(attribute='path')
|
| map(attribute='path')
|
||||||
| map('relpath', template_base_path ~ '/' ~ inventory_hostname)
|
| map('relpath', template_base_path ~ '/' ~ inventory_hostname)
|
||||||
| map('dirname')
|
| map('dirname')
|
||||||
| map('regex_replace', '^(.*)$', appdata_base_path ~ '/\1')
|
| map('regex_replace', '^(.*)$', hostvars[inventory_hostname]['appdata_base_path'] ~ '/\1')
|
||||||
| unique
|
| unique
|
||||||
| list
|
| list
|
||||||
}}
|
}}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure destination directories exist (unique set)
|
- name: Ensure destination directories exist (unique set)
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user