mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -83,10 +83,10 @@ author: "Dariusz Owczarek (@dareko)"
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
- name: creating a new vertica user with password
|
||||
- name: Creating a new vertica user with password
|
||||
vertica_user: name=user_name password=md5<encrypted_password> db=db_name state=present
|
||||
|
||||
- name: creating a new vertica user authenticated via ldap with roles assigned
|
||||
- name: Creating a new vertica user authenticated via ldap with roles assigned
|
||||
vertica_user:
|
||||
name=user_name
|
||||
ldap=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue