diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a217fc..f21a9d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lxc/tasks/main.yml b/lxc/tasks/main.yml index 11d267c5..9dd1ae07 100644 --- a/lxc/tasks/main.yml +++ b/lxc/tasks/main.yml @@ -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: