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
Move hardcoded value 'postgres' into variable 'postgresql_user_name'
Rationale: provides mechanism for overriding PostgreSQL system user.
In particular, this may be needed when used together with
[ansible-galaxy-os](https://github.com/galaxyproject/ansible-galaxy-os)
role, which provides that option (variable: postgres_user_name).
(Assumption: postgresql user name and group name are the same.)
0 commit comments