Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/templates/domain_list.txt.j2
blob: d37e0bd2f508199a69b89d25bca5cdee51fbbaeb (plain) (blame)
1
2
3
4
5
6
7
{{ ansible_managed | comment }}

{{ letsencrypt_email }}
{{ letsencrypt_credentials_ini }}
{% for domain in certificate_domains %}
{{ domain }}
{% endfor %}