Fix issues reported by ansible-lint (var prefixes)
This commit is contained in:
parent
0f9e4544b0
commit
39fd6ef5a2
24 changed files with 86 additions and 86 deletions
|
|
@ -2,6 +2,6 @@
|
|||
- name: Template caddy site
|
||||
ansible.builtin.template:
|
||||
src: caddy_site.conf.j2
|
||||
dest: "{{ (caddy_config_path, role_name + '.conf') | path_join }}"
|
||||
dest: "{{ (caddy_site_config_path, role_name + '.conf') | path_join }}"
|
||||
mode: "0644"
|
||||
notify: Reload caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue