Skip to content

Commit b64cdde

Browse files
Merge pull request #27 from Andersson007/fix_doc
Fix doc formatting for inclusion in Ansible
2 parents 88a68c0 + b1c2cc7 commit b64cdde

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

plugins/doc_fragments/unity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class ModuleDocFragment(object):
3333
description:
3434
- Boolean variable to specify whether or not to validate SSL
3535
certificate.
36-
- C(True) - Indicates that the SSL certificate should be verified.
37-
- C(False) - Indicates that the SSL certificate should not be
36+
- C(true) - Indicates that the SSL certificate should be verified.
37+
- C(false) - Indicates that the SSL certificate should not be
3838
verified.
3939
port:
4040
description:

plugins/modules/consistencygroup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
description:
131131
- The replication mode.
132132
type: str
133-
required: True
133+
required: true
134134
choices: ['asynchronous', 'manual']
135135
rpo:
136136
description:
@@ -151,18 +151,18 @@
151151
type: dict
152152
suboptions:
153153
remote_system_host:
154-
required: True
154+
required: true
155155
description:
156156
- IP or FQDN for remote Unity unisphere Host.
157157
type: str
158158
remote_system_username:
159159
type: str
160-
required: True
160+
required: true
161161
description:
162162
- User name of remote Unity unisphere Host.
163163
remote_system_password:
164164
type: str
165-
required: True
165+
required: true
166166
description:
167167
- Password of remote Unity unisphere Host.
168168
remote_system_verifycert:

plugins/modules/filesystem.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,18 +250,18 @@
250250
type: dict
251251
suboptions:
252252
remote_system_host:
253-
required: True
253+
required: true
254254
description:
255255
- IP or FQDN for remote Unity unisphere Host.
256256
type: str
257257
remote_system_username:
258258
type: str
259-
required: True
259+
required: true
260260
description:
261261
- User name of remote Unity unisphere Host.
262262
remote_system_password:
263263
type: str
264-
required: True
264+
required: true
265265
description:
266266
- Password of remote Unity unisphere Host.
267267
remote_system_verifycert:

plugins/modules/filesystem_snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
- The state option is used to mention the existence of the filesystem
105105
snapshot.
106106
type: str
107-
required: True
107+
required: true
108108
choices: ['absent', 'present']
109109
notes:
110110
- Filesystem snapshot cannot be deleted, if it has nfs or smb share.

plugins/modules/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- State of the host.
9696
choices: [present , absent]
9797
type: str
98-
required: True
98+
required: true
9999
100100
notes:
101101
- The I(check_mode) is not supported.

plugins/modules/nasserver.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,18 @@
126126
type: dict
127127
suboptions:
128128
remote_system_host:
129-
required: True
129+
required: true
130130
description:
131131
- IP or FQDN for remote Unity unisphere Host.
132132
type: str
133133
remote_system_username:
134134
type: str
135-
required: True
135+
required: true
136136
description:
137137
- User name of remote Unity unisphere Host.
138138
remote_system_password:
139139
type: str
140-
required: True
140+
required: true
141141
description:
142142
- Password of remote Unity unisphere Host.
143143
remote_system_verifycert:

plugins/modules/nfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
state:
106106
description:
107107
- State variable to determine whether NFS export will exist or not.
108-
required: True
108+
required: true
109109
type: str
110110
choices: ['absent', 'present']
111111
default_access:

plugins/modules/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
- The I(state) option is used to mention the existence of
8484
the snapshot.
8585
type: str
86-
required: True
86+
required: true
8787
choices: [ 'absent', 'present' ]
8888
host_name:
8989
description:

plugins/modules/storagepool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
- C(Absent) - indicates that the storage pool should not exist on the system.
152152
choices: [absent, present]
153153
type: str
154-
required: True
154+
required: true
155155
156156
notes:
157157
- Deletion of storage pool is not allowed through Ansible module.

plugins/modules/tree_quota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
- The state option is used to mention the existence of the filesystem
9494
quota tree.
9595
type: str
96-
required: True
96+
required: true
9797
choices: ['absent', 'present']
9898
9999
notes:

0 commit comments

Comments
 (0)