mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
@@ -52,18 +52,21 @@ options:
|
||||
|
||||
|
||||
EXAMPLES = '''
|
||||
# Create a POSIX group
|
||||
- udm_group:
|
||||
- name: Create a POSIX group
|
||||
udm_group:
|
||||
name: g123m-1A
|
||||
|
||||
# Create a POSIX group with the exact DN
|
||||
# C(cn=g123m-1A,cn=classes,cn=students,cn=groups,ou=school,dc=school,dc=example,dc=com)
|
||||
- udm_group:
|
||||
- name: Create a POSIX group with a DN
|
||||
udm_group:
|
||||
name: g123m-1A
|
||||
subpath: 'cn=classes,cn=students,cn=groups'
|
||||
ou: school
|
||||
|
||||
# or
|
||||
- udm_group:
|
||||
- name: Create a POSIX group with a DN
|
||||
udm_group:
|
||||
name: g123m-1A
|
||||
position: 'cn=classes,cn=students,cn=groups,ou=school,dc=school,dc=example,dc=com'
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user