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