diff options
author | Greg DeKoenigsberg <greg@eucalyptus.com> | 2015-10-28 14:38:11 -0400 |
---|---|---|
committer | Greg DeKoenigsberg <greg@eucalyptus.com> | 2015-10-28 14:38:11 -0400 |
commit | 57dcf2c9dd35fb535d77ca4fa30e9fed4be32472 (patch) | |
tree | fa4eac3feed4a6b624a07ab75023ab8bade2e9e5 /database/postgresql/postgresql_user.py | |
parent | 22c2789b72c6ed8fa0735fd0aef81858372e1b8e (diff) | |
download | ansible-modules-core-57dcf2c9dd35fb535d77ca4fa30e9fed4be32472.tar.gz |
@lorin stepping down as maintainer
Diffstat (limited to 'database/postgresql/postgresql_user.py')
-rw-r--r-- | database/postgresql/postgresql_user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/postgresql_user.py b/database/postgresql/postgresql_user.py index cee5a9ae..4f217433 100644 --- a/database/postgresql/postgresql_user.py +++ b/database/postgresql/postgresql_user.py @@ -137,7 +137,7 @@ notes: to all users. You may not specify password or role_attr_flags when the PUBLIC user is specified. requirements: [ psycopg2 ] -author: "Lorin Hochstein (@lorin)" +author: "Ansible Core Team" ''' EXAMPLES = ''' |