add missing credentials template
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
82774d6341
commit
c25d1c02be
@ -34,8 +34,8 @@
|
||||
template:
|
||||
src: config/credentials.ini.j2
|
||||
dest: "{{ certbot_config_dir }}/credentials.ini"
|
||||
when: certbot_credentials
|
||||
mode: 600
|
||||
when: certbot_credentials
|
||||
|
||||
- name: Schedule certbot run
|
||||
cron:
|
||||
|
3
templates/config/credentials.ini.j2
Normal file
3
templates/config/credentials.ini.j2
Normal file
@ -0,0 +1,3 @@
|
||||
{% for line in certbot_credentials %}
|
||||
{{ line }}
|
||||
{% endfor %}
|
Loading…
Reference in New Issue
Block a user