ansible-roles/webapps
Patrick Marchand 20191c8873
All checks were successful
continuous-integration/drone/push Build is passing
Fixed regression introduced by commit 276177900b
The default behavior for ansible template is to overwrite the
targeted file.  Since we dont always want to overwrite a file when
we play this role, we set `force` to `False` by default. This means
that if the `dest` already exists, ansible will not overwrite it
with it's given template.

This is fine for most of the tasks in this role, but in the case
of `{{ evoadmin_scripts_dir }}/web-mail.tpl`,the file is created
by a task that runs prior to the template task, so setting it to
`False` by default means it never gets updated and clients dont get
notified when they create new websites.
2019-12-24 14:10:24 -05:00
..
evoadmin-mail evoadmin-mail: complete refactoring, use Debian Package 2018-12-07 15:26:08 +01:00
evoadmin-web Fixed regression introduced by commit 276177900b 2019-12-24 14:10:24 -05:00
roundcube roundcube: fix typo for roundcube vhost 2019-07-08 15:35:05 +02:00
wordpress change repositories URL 2019-03-21 15:31:58 +01:00