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: d45c7f0dd57d8dcc09f62756e461f483a388cc55 (plain) (blame)
1
2
3
4
5
{{ ansible_managed | comment }}

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