...
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 20s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Failing after 1m12s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Failing after 1m13s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Failing after 1m14s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been skipped

This commit is contained in:
2025-09-14 10:28:01 -04:00
parent 7a5f7fe5eb
commit 608bc4cc1e
+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: