try to fix bad options

This commit is contained in:
Robert Kaussow 2018-06-26 21:07:40 +02:00
parent bffe9ece90
commit 80cafe419e
1 changed files with 2 additions and 2 deletions

View File

@ -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