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: Remove wait time when we turn off squid
* squid: split systemd tasks into own file * squid: split systemd tasks into own file
* varnish: remove custom ExecReload= script for Debian 10+ * varnish: remove custom ExecReload= script for Debian 10+
* lxc: remove useless loop in apt execution
### Fixed ### Fixed
* lxc-php: Don't remove the default pool * lxc-php: Don't remove the default pool

View file

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