fix ansible_managed handling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
737b83dc81
commit
59e71ae58c
@ -1,4 +1,4 @@
|
|||||||
## {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
.include {{ __postgres_service_file }}
|
.include {{ __postgres_service_file }}
|
||||||
[Service]
|
[Service]
|
||||||
Environment=PGDATA={{ __postgres_data_dir }}
|
Environment=PGDATA={{ __postgres_data_dir }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# PostgreSQL configuration file
|
# PostgreSQL configuration file
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user