try to fix bad options
This commit is contained in:
parent
bffe9ece90
commit
80cafe419e
@ -34,11 +34,11 @@
|
||||
hour: 3
|
||||
user: "{{ certbot_user }}"
|
||||
job: |
|
||||
certbot
|
||||
"certbot
|
||||
--config-dir {{ certbot_config_dir }}
|
||||
--work-dir {{ certbot_work_dir }}
|
||||
--logs-dir {{ certbot_log_dir }}
|
||||
{{ certbot_command_arguments | join(' ') }}
|
||||
{{ certbot_command_arguments | join(' ') }}"
|
||||
cron_file: "{{ certbot_cronfile | default(omit) }}"
|
||||
when: certbot_scheduler_enabled
|
||||
become: True
|
||||
|
Loading…
Reference in New Issue
Block a user