fix variable syntax error

This commit is contained in:
Robert Kaussow 2018-06-22 21:32:34 +02:00
parent 72f5e54530
commit d6f9553017
1 changed files with 3 additions and 3 deletions

View File

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