fix variable syntax error
This commit is contained in:
parent
72f5e54530
commit
d6f9553017
@ -3,7 +3,7 @@ certbot_work_dir: /var/lib/letsencrypt
|
||||
certbot_config_dir: /etc/letsencrypt
|
||||
certbot_log_dir: /var/log/letsencrypt
|
||||
certbot_environment:
|
||||
- {{ certbot_work_dir }}
|
||||
- {{ certbot_config }}
|
||||
- {{ certbot_log_dir }}
|
||||
- "{{ certbot_work_dir }}"
|
||||
- "{{ certbot_config_dir }}"
|
||||
- "{{ certbot_log_dir }}"
|
||||
certbot_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user