File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 become : true
1717 become_user : ' postgres'
1818 loop :
19- - { in: "^(shared_preload_libraries = '.*)pgsodium(.*')", out: '\1\2' }
20- - { in: "^(shared_preload_libraries = '.*)supabase_vault(.*')", out: '\1\2' }
21- - { in: "^(shared_preload_libraries = '.*)*supabase_vault(.*')", out: '\1\2' }
19+ - { in: "^(shared_preload_libraries = '.*),\\s*pgsodium(.*')", out: '\1\2' }
20+ - { in: "^(shared_preload_libraries = '.*)pgsodium,\\s*(.*')", out: '\1\2' }
21+ - { in: "^(shared_preload_libraries = '.*),\\s*supabase_vault(.*')", out: '\1\2' }
22+ - { in: "^(shared_preload_libraries = '.*)supabase_vault,\\s*(.*')", out: '\1\2' }
2223 - { in: '^(pgsodium\.getkey_script=)', out: '#\1' }
2324 loop_control :
2425 loop_var : ' regx'
You can’t perform that action at this time.
0 commit comments