🚑: 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

@@ -23,7 +23,7 @@
group: www-data
mode: "a-rwx,u+rwX,g+rX"
extra_opts: ['--strip-components=1']
exclude: "{{ shaarli_userdata_app_dirs }}"
exclude: "{{ shaarli_userdata_app_dirs | map('regex_replace', '^', 'Shaarli/') }}"
- name: Check writable dirs
ansible.builtin.file: