Skip to content

Commit 4ea91c7

Browse files
author
Rene Moser
committed
remove version_added
1 parent c84ca5f commit 4ea91c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugins/modules/cs_iso.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,31 +176,26 @@
176176
returned: success
177177
type: bool
178178
sample: true
179-
version_added: '2.4'
180179
bootable:
181180
description: True if the ISO is bootable.
182181
returned: success
183182
type: bool
184183
sample: true
185-
version_added: '2.4'
186184
is_featured:
187185
description: True if the ISO is featured.
188186
returned: success
189187
type: bool
190188
sample: true
191-
version_added: '2.4'
192189
format:
193190
description: Format of the ISO.
194191
returned: success
195192
type: str
196193
sample: ISO
197-
version_added: '2.4'
198194
os_type:
199195
description: Typo of the OS.
200196
returned: success
201197
type: str
202198
sample: CentOS 6.5 (64-bit)
203-
version_added: '2.4'
204199
checksum:
205200
description: MD5 checksum of the ISO.
206201
returned: success
@@ -216,7 +211,6 @@
216211
returned: success
217212
type: bool
218213
sample: false
219-
version_added: '2.4'
220214
domain:
221215
description: Domain the ISO is related to.
222216
returned: success
@@ -237,7 +231,6 @@
237231
returned: success
238232
type: dict
239233
sample: '[ { "key": "foo", "value": "bar" } ]'
240-
version_added: '2.4'
241234
'''
242235

243236
from ansible.module_utils.basic import AnsibleModule

0 commit comments

Comments
 (0)