File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 4646 state : present
4747 line : supautils.reserved_memberships = 'pg_read_server_files, pg_write_server_files, pg_execute_server_program'
4848
49+ - name : supautils - set supautils.placeholders
50+ become : yes
51+ lineinfile :
52+ path : /etc/postgresql/postgresql.conf
53+ state : present
54+ line : supautils.placeholders = 'response.headers'
55+
56+ - name : supautils - set supautils.placeholders_disallowed_values
57+ become : yes
58+ lineinfile :
59+ path : /etc/postgresql/postgresql.conf
60+ state : present
61+ line : supautils.placeholders_disallowed_values = 'content-type'
62+
4963- name : supautils - add supautils to session_preload_libraries
5064 become : yes
5165 replace :
5872 pkg :
5973 - build-essential
6074 - clang-11
61- state : absent
75+ state : absent
You can’t perform that action at this time.
0 commit comments