You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Currently, the service configuration is done by writing the values to override to the file "/etc/systemd/system/{{ postgresql_service_name }}.service":
Currently, the service configuration is done by writing the values to override to the file
"/etc/systemd/system/{{ postgresql_service_name }}.service"
:ansible-role-postgresql/tasks/main.yml
Lines 44 to 51 in 78e404b
However, the template file uses the deprecated keyword
include
to include the default configuration:ansible-role-postgresql/templates/postgresql.service.j2
Line 1 in 78e404b
Either:
"/etc/systemd/system/{{ postgresql_service_name }}.service"
, as described hereNote, this causes an error on Red Hat 9 as support for the
include
keyword has been removed.The text was updated successfully, but these errors were encountered: