fix quotes
This commit is contained in:
parent
7eff632533
commit
8e2700cf92
@ -24,3 +24,7 @@ certbot_command_arguments:
|
|||||||
- "--manual-public-ip-logging-ok"
|
- "--manual-public-ip-logging-ok"
|
||||||
- "-n"
|
- "-n"
|
||||||
- "-d {{ certbot_domains | join(',') }}"
|
- "-d {{ certbot_domains | join(',') }}"
|
||||||
|
|
||||||
|
# Use a file under /etc/cron.d
|
||||||
|
# Works onyl if certbot_user is root
|
||||||
|
# certbot_cronfile: certbot-letsencrypt
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
minute: 55
|
minute: 55
|
||||||
hour: 3
|
hour: 3
|
||||||
user: "{{ certbot_user }}"
|
user: "{{ certbot_user }}"
|
||||||
job: "certbot {{ certbot_command_arguments | join(" ") }}"
|
job: "certbot {{ certbot_command_arguments | join(' ') }}"
|
||||||
cron_file: "{{ certbot_cronfile | default(omit) }}"
|
cron_file: "{{ certbot_cronfile | default(omit) }}"
|
||||||
become: True
|
become: True
|
||||||
become_user: "{{ certbot_user }}"
|
become_user: "{{ certbot_user }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user