lxc: remove useless loop in apt execution

This commit is contained in:
Ludovic Poujol 2019-10-01 17:53:08 +02:00
parent f96c0b82ff
commit ae97276e13
2 changed files with 5 additions and 5 deletions

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: