summaryrefslogtreecommitdiff
path: root/roles/docker
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-02 22:51:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-02 22:51:37 +0100
commit8da0a5913723f4ec8fbea96aca0cac91f5f4cdbb (patch)
treee5f2941ea5ba54fbd5075b80c8529c9f944c25be /roles/docker
parentch-atlas: new disk (diff)
ele-media: upgrade nextcloud and kubelet
Diffstat (limited to 'roles/docker')
-rw-r--r--roles/docker/engine/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/docker/engine/tasks/main.yml b/roles/docker/engine/tasks/main.yml
index a4f58768..b93d4174 100644
--- a/roles/docker/engine/tasks/main.yml
+++ b/roles/docker/engine/tasks/main.yml
@@ -49,10 +49,9 @@
state: present
allow_downgrade: yes
- ## TODO: for now this is only needed on Debian Bullseye when using the docker.io package from the official repository
+ ## TODO: for now this is only needed on Debian Bullseye
- name: install apparmor
when:
- - docker_pkg_provider == 'distro'
- ansible_distribution == 'Debian' and (ansible_distribution_major_version | int) == 11
apt:
name: apparmor