[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 5bf0123aa3 - Show all commits
+6 -3
View File
@@ -22,8 +22,8 @@
changed_when: false
tasks:
- name: Deploy files for this host
vars:
- name: Set host_files for this host
set_fact:
host_files: >-
{{
files_per_host.results
@@ -31,6 +31,9 @@
| map(attribute='files')
| first
}}
- name: Build list of unique destination directories for this host
set_fact:
dest_dirs: >-
{{
host_files
@@ -41,7 +44,7 @@
| unique
| list
}}
block:
- name: Ensure destination directories exist
ansible.builtin.file:
path: "{{ item }}"