Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit c7d456471b - Show all commits

View file

@ -14,6 +14,7 @@ The **patch** part changes incrementally at each release.
* mysql: activate binary logs by specifying log_bin path
* mysql: specify a custom server_id
* mysql: option to define as read only
* packweb-apache: Install zip & unzip by default
### Changed

View file

@ -5,6 +5,13 @@
when:
- ansible_distribution != "Debian" or ansible_distribution_major_version is version('8', '<')
- name: Additional packages are installed
apt:
name:
- zip
- unzip
state: present
- name: install info.php
copy:
src: info.php