Release 22.05 #155

Merged
jlecour merged 81 commits from unstable into stable 2022-05-10 17:01:18 +02:00
Showing only changes of commit 4a31961ba0 - Show all commits

View file

@ -36,4 +36,6 @@ lxc.start.auto = 1
{% if ansible_distribution_major_version is version('9', '>') %}
# Set LXC container unconfined in AppArmor
lxc.apparmor.profile = unconfined
{% else %}
lxc.aa_profile = unconfined
{% endif %}