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 46
46
state : present
47
47
line : supautils.reserved_memberships = 'pg_read_server_files, pg_write_server_files, pg_execute_server_program'
48
48
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
+
49
63
- name : supautils - add supautils to session_preload_libraries
50
64
become : yes
51
65
replace :
58
72
pkg :
59
73
- build-essential
60
74
- clang-11
61
- state : absent
75
+ state : absent
You can’t perform that action at this time.
0 commit comments