Skip to content
Snippets Groups Projects
Commit 0e7dfe8b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Drop apparmor installation"

parents 75bd3136 65457764
No related branches found
No related tags found
No related merge requests found
...@@ -55,14 +55,6 @@ ...@@ -55,14 +55,6 @@
name: lvm2 name: lvm2
when: scenario in ['cephadm', 'zun', 'swift'] 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 - name: Ensure /tmp/logs/ dir
file: file:
path: "{{ logs_dir }}" path: "{{ logs_dir }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment