chore: use dedicated log dir for domain groups
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a2789378e
commit
fe24ff2a30
@ -90,7 +90,7 @@
|
||||
{{ certbot_bin | default(__certbot_bin) }}
|
||||
--config-dir {{ certbot_config_dir }}
|
||||
--work-dir {{ certbot_work_dir }}
|
||||
--logs-dir {{ certbot_log_dir }}
|
||||
--logs-dir {{ certbot_log_dir }}/{{ item.name }}
|
||||
--max-log-backups {{ certbot_max_log_backups }}
|
||||
{{ certbot_command_arguments | join(' ') }}
|
||||
-n -d {{ item.domains | join(',') }}
|
||||
|
@ -4,7 +4,7 @@
|
||||
{{ certbot_bin | default(__certbot_bin) }}
|
||||
--config-dir {{ certbot_config_dir }}
|
||||
--work-dir {{ certbot_work_dir }}
|
||||
--logs-dir {{ certbot_log_dir }}
|
||||
--logs-dir {{ certbot_log_dir }}/{{ item.name }}
|
||||
--max-log-backups {{ certbot_max_log_backups }}
|
||||
--agree-tos
|
||||
{{ certbot_command_arguments | join(' ') }}
|
||||
|
Loading…
Reference in New Issue
Block a user