Skip to content

Commit 923a2ee

Browse files
committed
CI: Install Apparmor
Docker 23.* is out and it started failing with apparmor_parser related messages - it seems apparmor is missing in the OpenDev image. Change-Id: I2a6d98e3c1d2d1b7c97a8e6172decbf56e77042d (cherry picked from commit 16f27c5)
1 parent d43b3c7 commit 923a2ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/playbooks/pre.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
apt_repository:
5656
repo: "deb {{ nodepool_docker_proxy }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
5757
state: present
58+
59+
- name: Ensure AppArmor is installed
60+
package:
61+
name: apparmor
62+
state: present
63+
5864
when: ansible_os_family == "Debian"
5965
become: true
6066

0 commit comments

Comments
 (0)