add missing credentials template
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-04-19 23:35:00 +02:00
parent 82774d6341
commit c25d1c02be
2 changed files with 4 additions and 1 deletions

View File

@ -34,8 +34,8 @@
template:
src: config/credentials.ini.j2
dest: "{{ certbot_config_dir }}/credentials.ini"
mode: 600
when: certbot_credentials
mode: 600
- name: Schedule certbot run
cron:

View File

@ -0,0 +1,3 @@
{% for line in certbot_credentials %}
{{ line }}
{% endfor %}