add bool for custom tls

This commit is contained in:
Robert Kaussow 2018-08-04 23:31:40 +02:00
parent f7646a6374
commit f81716396c
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
---
ucs_custom_tls_enabled: False
ucs_tls_certs_dir: /etc/pki/tls/certs
ucs_tls_key_dir: /etc/pki/tls/private
ucs_tls_cert_path: /etc/pki/tls/certs/mycert.pem

View File

@ -49,3 +49,4 @@
notify: __ucs_postfix_restart
become: True
become_user: root
when: ucs_custom_tls_enabled