Fix Ansible documentation in part of example formatting (#334)

This commit is contained in:
Andrew Klychkov
2020-05-15 13:12:41 +03:00
committed by GitHub
parent 58ed77e851
commit 983d937b7b
58 changed files with 376 additions and 353 deletions

View File

@@ -227,24 +227,25 @@ options:
EXAMPLES = '''
# Create a user on a UCS
- udm_user:
- name: Create a user on a UCS
udm_user:
name: FooBar
password: secure_password
firstname: Foo
lastname: Bar
# Create a user with the DN
# C(uid=foo,cn=teachers,cn=users,ou=school,dc=school,dc=example,dc=com)
- udm_user:
- name: Create a user with the DN C(uid=foo,cn=teachers,cn=users,ou=school,dc=school,dc=example,dc=com)
udm_user:
name: foo
password: secure_password
firstname: Foo
lastname: Bar
ou: school
subpath: 'cn=teachers,cn=users'
# or define the position
- udm_user:
- name: Create a user with the DN C(uid=foo,cn=teachers,cn=users,ou=school,dc=school,dc=example,dc=com)
udm_user:
name: foo
password: secure_password
firstname: Foo