Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit ae97276e13 - Show all commits

View file

@ -38,6 +38,7 @@ The **patch** part changes incrementally at each release.
* squid: Remove wait time when we turn off squid
* squid: split systemd tasks into own file
* varnish: remove custom ExecReload= script for Debian 10+
* lxc: remove useless loop in apt execution
### Fixed
* lxc-php: Don't remove the default pool

View file

@ -1,11 +1,10 @@
---
- name: Install lxc tools
apt:
name: '{{ item }}'
with_items:
- lxc
- debootstrap
- xz-utils
name:
- lxc
- debootstrap
- xz-utils
- name: Copy LXC default containers configuration
template: