Skip to content

Commit 9aef200

Browse files
authored
fix: ensure apparmor-utils is installed for aa-enforce (#2120)
This unbreaks Qemu images used by v3 projects.
1 parent 1ba4bbb commit 9aef200

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/tasks/setup-postgres.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@
294294
owner: 'root'
295295
src: 'files/postgresql_config/sbpostgres_apparmor'
296296

297+
- name: ensure apparmor-utils are installed
298+
ansible.builtin.apt:
299+
name: apparmor-utils
300+
297301
- name: parse apparmor sbpostgres profile
298302
ansible.builtin.command:
299303
cmd: '/usr/sbin/apparmor_parser -r /etc/apparmor.d/sbpostgres'

0 commit comments

Comments
 (0)