xoxys.postgres/templates/etc/systemd/system/postgresql.service.j2
Robert Kaussow 59e71ae58c
All checks were successful
continuous-integration/drone/push Build is passing
fix ansible_managed handling
2019-08-27 22:56:02 +02:00

5 lines
126 B
Django/Jinja

{{ ansible_managed | comment }}
.include {{ __postgres_service_file }}
[Service]
Environment=PGDATA={{ __postgres_data_dir }}