File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 176176 returned: success
177177 type: bool
178178 sample: true
179- version_added: '2.4'
180179bootable:
181180 description: True if the ISO is bootable.
182181 returned: success
183182 type: bool
184183 sample: true
185- version_added: '2.4'
186184is_featured:
187185 description: True if the ISO is featured.
188186 returned: success
189187 type: bool
190188 sample: true
191- version_added: '2.4'
192189format:
193190 description: Format of the ISO.
194191 returned: success
195192 type: str
196193 sample: ISO
197- version_added: '2.4'
198194os_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'
204199checksum:
205200 description: MD5 checksum of the ISO.
206201 returned: success
216211 returned: success
217212 type: bool
218213 sample: false
219- version_added: '2.4'
220214domain:
221215 description: Domain the ISO is related to.
222216 returned: success
237231 returned: success
238232 type: dict
239233 sample: '[ { "key": "foo", "value": "bar" } ]'
240- version_added: '2.4'
241234'''
242235
243236from ansible .module_utils .basic import AnsibleModule
You can’t perform that action at this time.
0 commit comments