From 654577646fc714736a282e03c747ac8ae88ba58d Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Tue, 7 Feb 2023 12:04:16 +0100
Subject: [PATCH] CI: Drop apparmor installation

Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/872590
Change-Id: Ia8283f28147fbbd2d24028d01e021f95598b86fb
---
 tests/pre.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tests/pre.yml b/tests/pre.yml
index 808f2863d0..b509da31f7 100644
--- a/tests/pre.yml
+++ b/tests/pre.yml
@@ -55,14 +55,6 @@
         name: lvm2
       when: scenario in ['cephadm', 'zun', 'swift']
 
-    # TODO(mnasiadka): Remove this once ansible-collection-kolla
-    # installs apparmor
-    - name: Install apparmor on Debian/Ubuntu
-      become: true
-      package:
-        name: apparmor
-      when: ansible_os_family == 'Debian'
-
     - name: Ensure /tmp/logs/ dir
       file:
         path: "{{ logs_dir }}"