Merge "CI: Drop apparmor installation"

This commit is contained in:
Zuul 2023-02-08 10:36:25 +00:00 committed by Gerrit Code Review
commit 0e7dfe8bec

View File

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