diff --git a/roles/easyredmine/templates/install_wrapper.j2 b/roles/easyredmine/templates/install_wrapper.j2 index bc16a75..3c660f1 100755 --- a/roles/easyredmine/templates/install_wrapper.j2 +++ b/roles/easyredmine/templates/install_wrapper.j2 @@ -67,4 +67,7 @@ send "Y\r" expect -re {[\r\n]+Enable starttls} send "Y\r" +expect -re {[\r\n]+Would you like to load default data?} +send "N\r" + expect "Redmine was installed"