🚑: specific the absolute exclude list to avoid conflicts
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s

This commit is contained in:
VC
2025-03-09 16:53:59 +01:00
parent a4572768b4
commit 6165124acb
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
owner: root
group: www-data
mode: "a-rwx,u+rwX,g+rX"
exclude: "{{ firefly3_userdata_app_dirs }}"
exclude: "{{ firefly3_userdata_app_dirs | map('regex_replace', '^', './') }}"
- name: Put config file
ansible.builtin.template: