1
0
Fork 0
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:
Fabio Alessandro Locati 2016-12-02 15:14:19 +00:00 committed by Matt Clay
parent cd54cd973a
commit 737c6afb54

View file

@ -174,7 +174,8 @@ EXAMPLES = '''
state: present
replica_set: belcher
roles:
- { db: "local" , role: "read" }
- db: local
role: read
'''