|
|
@@ -25,7 +25,7 @@ |
|
|
name: "{{ matrix_ssl_lets_encrypt_certbot_docker_image }}" |
|
|
name: "{{ matrix_ssl_lets_encrypt_certbot_docker_image }}" |
|
|
when: "matrix_ssl_retrieval_method == 'lets-encrypt'" |
|
|
when: "matrix_ssl_retrieval_method == 'lets-encrypt'" |
|
|
|
|
|
|
|
|
- name: Obtain certificates |
|
|
|
|
|
|
|
|
- name: Obtain Let's Encrypt certificates |
|
|
include_tasks: "tasks/setup/ssl/setup_ssl_lets_encrypt_obtain_for_domain.yml" |
|
|
include_tasks: "tasks/setup/ssl/setup_ssl_lets_encrypt_obtain_for_domain.yml" |
|
|
with_items: "{{ domains_requiring_certificates }}" |
|
|
with_items: "{{ domains_requiring_certificates }}" |
|
|
loop_control: |
|
|
loop_control: |
|
|
|