....
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 10s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 3m42s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 4m10s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 4m19s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 8s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 3m3s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m38s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 3m41s

This commit is contained in:
2025-08-31 19:08:47 -04:00
parent bc5e3f673a
commit abe78c986a
+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)