Minor change
This commit is contained in:
parent
c3ebf02781
commit
0b9f2f6197
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
letsencrypt_email: "{{ tunuifranken_server_admin }}"
|
letsencrypt_email: "{{ tunuifranken_server_admin }}"
|
||||||
letsencrypt_post_hook: systemctl restart apache2
|
letsencrypt_post_hook: systemctl restart apache2
|
||||||
|
|
||||||
- name: Deploy letsencrypt certificate
|
- name: Deploy letsencrypt certificate (DNS-01)
|
||||||
when: local_public_ip != target_public_ip
|
when: local_public_ip != target_public_ip
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: add_cert_dns_01
|
name: add_cert_dns_01
|
||||||
|
|
Loading…
Reference in a new issue