mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Update postgresql_user.py (#45777)
<!--- Your description here --> Add expires example. +label: docsite_pr
This commit is contained in:
@@ -160,6 +160,7 @@ EXAMPLES = '''
|
||||
name: django
|
||||
password: ceec4eif7ya
|
||||
priv: "CONNECT/products:ALL"
|
||||
expires: "Jan 31 2020"
|
||||
|
||||
# Create rails user, set its password (MD5-hashed) and grant privilege to create other
|
||||
# databases and demote rails from super user status
|
||||
@@ -189,7 +190,7 @@ EXAMPLES = '''
|
||||
name: django
|
||||
password: mysupersecretword
|
||||
priv: "CONNECT/products:ALL"
|
||||
expire: infinity
|
||||
expires: infinity
|
||||
|
||||
# Example privileges string format
|
||||
# INSERT,UPDATE/table:SELECT/anothertable:ALL
|
||||
|
||||
Reference in New Issue
Block a user