Fix errors checking if local template directory exists.

This commit is contained in:
2019-07-09 01:01:06 +02:00
parent 185a7bce72
commit ccebad0f6c
4 changed files with 81 additions and 38 deletions

View File

@ -144,7 +144,6 @@ apt_initial_install_stretch:
- iputils-ping
- apt-utils
- aptitude
- apt-transport-https
- zip
- unzip
- bzip2
@ -257,7 +256,6 @@ apt_initial_install_buster:
- iputils-ping
- apt-utils
- aptitude
- apt-transport-https
- zip
- unzip
- bzip2
@ -826,6 +824,10 @@ git_mailserver_repositories:
repo: https://git.oopen.de/install/php
dest: /usr/local/src/php
- name: mysql
repo: https://git.oopen.de/install/mysql
dest: /usr/local/src/mysql
- name: mailsystem
repo: https://git.oopen.de/install/mailsystem
dest: /usr/local/src/mailsystem