fix regex escape
This commit is contained in:
parent
920dd51309
commit
6f975a22da
@ -1,4 +1,4 @@
|
||||
---
|
||||
postgres_repository_enabled: False
|
||||
postgres_version: 10
|
||||
postgres_repository_filename: "Postgresql-{{ postgres_version | regex_replace('\.') }}"
|
||||
postgres_repository_filename: "Postgresql-{{ postgres_version | regex_replace('\\.') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user