Commit e57d38c
committed
Ansible pg_upgrade.yml pre_check is failed when postgresql_version is int
* regex_replace ansible filter expects a string or pattern
otherwise it fails with the error.
"first argument must be string or compiled pattern"1 parent 65939d6 commit e57d38c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments