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
|
|
@ -20,6 +20,6 @@ container_registry:
|
|||
services_path: /opt/services/
|
||||
|
||||
caddy_path: "{{ (services_path, 'caddy') | path_join }}"
|
||||
caddy_config_path: "{{ (caddy_path, 'config', 'conf.d') | path_join }}"
|
||||
caddy_site_config_path: "{{ (caddy_path, 'config', 'conf.d') | path_join }}"
|
||||
|
||||
certificates_path: "{{ (services_path, '_certificates') | path_join }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue