mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 16:42:24 +00:00
8 lines
271 B
YAML
8 lines
271 B
YAML
|
---
|
||
|
|
||
|
- name: Verify certificates
|
||
|
include_tasks: "tasks/setup/ssl/setup_ssl_manually_managed_verify_for_domain.yml"
|
||
|
with_items: "{{ domains_requiring_certificates }}"
|
||
|
loop_control:
|
||
|
loop_var: domain_name
|
||
|
when: "matrix_ssl_retrieval_method == 'manually-managed'"
|