File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ postgresql-pg_hba:
114
114
- source: {{ postgres[' pg_hba.conf' ] }}
115
115
- template: jinja
116
116
- defaults:
117
- acls: {{ postgres.acls }}
117
+ acls: {{ postgres.acls| yaml() }}
118
118
{%- if postgres.config_backup % }
119
119
# Create the empty file before managing to overcome the limitation of check_cmd
120
120
- onlyif: test - f {{ pg_hba_path }} || touch {{ pg_hba_path }}
@@ -141,7 +141,7 @@ postgresql-pg_ident:
141
141
- source: {{ postgres[' pg_ident.conf' ] }}
142
142
- template: jinja
143
143
- defaults:
144
- mappings: {{ postgres.identity_map }}
144
+ mappings: {{ postgres.identity_map| yaml() }}
145
145
{%- if postgres.config_backup % }
146
146
# Create the empty file before managing to overcome the limitation of check_cmd
147
147
- onlyif: test - f {{ pg_ident_path }} || touch {{ pg_ident_path }}
You can’t perform that action at this time.
0 commit comments