[ANSIBLE] Automated PR for swag-config-additions_2025-08-31T07-14-27 - #3 #3

Merged
gitea-sonarqube-bot merged 4 commits from swag-config-additions_2025-08-31T07-14-27 into main 2025-08-31 19:13:30 -04:00
Showing only changes of commit abe78c986a - Show all commits
+3 -3
View File
@@ -18,7 +18,7 @@
register: host_files
delegate_to: localhost
run_once: true
changed_when: false # ensures this task never shows as "changed"
changed_when: false
- name: Build list of unique destination directories
ansible.builtin.set_fact:
@@ -28,11 +28,11 @@
| map(attribute='path')
| map('relpath', template_base_path ~ '/' ~ inventory_hostname)
| map('dirname')
| map('community.general.path_join', appdata_base_path)
| map('regex_replace', '^(.*)$', appdata_base_path ~ '/\1')
| unique
| list
}}
changed_when: false # computing vars does not constitute a change
changed_when: false
tasks:
- name: Ensure destination directories exist (unique set)