fix ansible_managed handling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-27 22:56:02 +02:00
parent 737b83dc81
commit 59e71ae58c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## {{ ansible_managed }}
{{ ansible_managed | comment }}
.include {{ __postgres_service_file }}
[Service]
Environment=PGDATA={{ __postgres_data_dir }}

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
# -----------------------------
# PostgreSQL configuration file
# -----------------------------