🚑: specific the absolute exclude list to avoid conflicts
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user