lxc: install apparmor on Debian 10
This commit is contained in:
parent
968973d1f4
commit
7a3e6cf61a
1 changed files with 4 additions and 2 deletions
|
@ -7,9 +7,11 @@
|
|||
- xz-utils
|
||||
- python-lxc
|
||||
|
||||
- name: Install lxc-templates on Buster
|
||||
- name: Install additional packages on Buster
|
||||
apt:
|
||||
name: lxc-templates
|
||||
name:
|
||||
- apparmor
|
||||
- lxc-templates
|
||||
when: ansible_distribution_major_version is version('10', '>=')
|
||||
|
||||
- name: Copy LXC default containers configuration
|
||||
|
|
Loading…
Reference in a new issue