From 5a2c4bbbd3a4e87b93e7e044f551204f2eb8ed3f Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Fri, 22 May 2020 13:20:13 -0400 Subject: [PATCH] Update install_wrapper with an additional option --- roles/easyredmine/templates/install_wrapper.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/easyredmine/templates/install_wrapper.j2 b/roles/easyredmine/templates/install_wrapper.j2 index 82b3cf4..bc16a75 100755 --- a/roles/easyredmine/templates/install_wrapper.j2 +++ b/roles/easyredmine/templates/install_wrapper.j2 @@ -61,6 +61,9 @@ send "{{ smtp_authentication }}\r" expect -re {[\r\n]+Openssl verify mode:} send "{{ smtp_openssl_verify_mode }}\r" +expect -re {[\r\n]+Enable tls} +send "Y\r" + expect -re {[\r\n]+Enable starttls} send "Y\r"