We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba4bbb commit 9aef200Copy full SHA for 9aef200
1 file changed
ansible/tasks/setup-postgres.yml
@@ -294,6 +294,10 @@
294
owner: 'root'
295
src: 'files/postgresql_config/sbpostgres_apparmor'
296
297
+- name: ensure apparmor-utils are installed
298
+ ansible.builtin.apt:
299
+ name: apparmor-utils
300
+
301
- name: parse apparmor sbpostgres profile
302
ansible.builtin.command:
303
cmd: '/usr/sbin/apparmor_parser -r /etc/apparmor.d/sbpostgres'
0 commit comments