Install apparmor when we install docker-ce from upstream

Docker-ce 23 upstream of us has a hard dep on apparmor but does not
properly express this in its packaging. This leads to errors like:

  error: exec: "apparmor_parser": executable file not found in $PATH

Address this by manually installing (with Ansible) apparmor when we
install docker-ce from upstream.

Change-Id: I78607ca49cb7c46b57ec6e4d3489b548362358e5
This commit is contained in:
Clark Boylan 2023-02-06 10:59:32 -08:00
parent 725301d06a
commit 37564b49b6

View File

@ -7,6 +7,7 @@
- ca-certificates
- curl
- software-properties-common
- apparmor
become: yes
- name: Add docker GPG key