packweb-apache: Install zip & unzip by default

Cette révision appartient à :
Ludovic Poujol 2020-06-04 11:34:26 +02:00 révisé par Gitea
Parent a841e60531
révision 0dfe97d771
2 fichiers modifiés avec 8 ajouts et 0 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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