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 }}"