forked from ISTI-ansible-roles/ansible-roles
library/roles/postgresql/tasks/manage_pg_db.yml: Fix a description.
This commit is contained in:
parent
31b56fd211
commit
c1806aafaf
|
@ -15,7 +15,7 @@
|
|||
when: item.managedb | default(True)
|
||||
tags: [ 'postgresql', 'postgres', 'pg_db' ]
|
||||
|
||||
- name: Only set a db user password. Mostly for the postgresql user
|
||||
- name: Define a user with password, with no associated DBs
|
||||
become: True
|
||||
become_user: postgres
|
||||
postgresql_user: user={{ item.user }} password={{ item.pwd }} port={{ psql_db_port }}
|
||||
|
|
Loading…
Reference in New Issue