add missing credentials template
Some checks failed
continuous-integration/drone/push Build is failing

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: template:
src: config/credentials.ini.j2 src: config/credentials.ini.j2
dest: "{{ certbot_config_dir }}/credentials.ini" dest: "{{ certbot_config_dir }}/credentials.ini"
mode: 600
when: certbot_credentials when: certbot_credentials
mode: 600
- name: Schedule certbot run - name: Schedule certbot run
cron: cron:

View File

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