xoxys.ldap_proxy/tasks/main.yml
Robert Kaussow c9eed87785
Some checks failed
continuous-integration/drone/push Build is failing
fix tls handling
2019-09-18 21:17:52 +02:00

6 lines
125 B
YAML

---
- include_tasks: setup.yml
- import_tasks: tls.yml
when: ldap_proxy_tls_enabled | bool
- include_tasks: post_tasks.yml