mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Native YAML - database/misc/mongodb_user.py (#3631)
This commit is contained in:
parent
cd54cd973a
commit
737c6afb54
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ EXAMPLES = '''
|
|||
state: present
|
||||
replica_set: belcher
|
||||
roles:
|
||||
- { db: "local" , role: "read" }
|
||||
- db: local
|
||||
role: read
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue