1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
|
ancestor: null
releases:
0.1.0:
changes:
bugfixes:
- Fix logic in vmware_cis_category_info module.
fragments:
- cis_category_info.yml
release_date: '2020-08-28'
0.2.0:
changes:
bugfixes:
- Improve the documentation of the modules
- minor_changes - drop vcenter_vm_compute_policies_info because the API is flagged
as Technology Preview
- minor_changes - drop vcenter_vm_console_tickets because the API is flagged
as Technology Preview
- minor_changes - drop vcenter_vm_guest_power and keep vcenter_vm_power which
provides the same features
fragments:
- drop-tech-preview-modules.yml
- drop-vcenter_vm_guest_power.yml
- improve_documentation.yml
release_date: '2020-09-11'
0.3.0:
changes:
deprecated_features:
- vcenter_vm_storage_policy_compliance - drop the module, it returns 404 error.
- vcenter_vm_tools - remove the ``upgrade`` state.
- vcenter_vm_tools_installer - remove the module from the collection.
minor_changes:
- Better documentation
- The module RETURN sections are now defined.
- vcenter_resourcepool - new module
- vcenter_resourcepool_info - new module
- vcenter_storage_policies - new module
- vcenter_storage_policies_compliance_vm_info - new module
- vcenter_storage_policies_entities_compliance_info - new module
- vcenter_storage_policies_info - new module
- vcenter_storage_policies_vm_info - new module
fragments:
- RETURN_section.yaml
- add_vcenter_vm_storage_policies.yaml
- better_documentation.yaml
- drop_vcenter_vm_storage_policy_compliance.yaml
- drop_vcenter_vm_tools_installer.yaml
- new_modules.yaml
release_date: '2020-09-25'
0.4.0:
changes:
minor_changes:
- The format of the output of the Modules is now documented in the RETURN block.
- vcenter_rest_log_file - this optional parameter can be used to point on the
log file where all the HTTP interaction will be record.
fragments:
- add_RETURN_block_to_modules.yaml
- add_vcenter_rest_log_file_parameter.yaml
release_date: '2020-09-30'
1.0.0:
changes:
minor_changes:
- documentation - clarify that we don't have any required parameters.
- vcenter_host_connect - remove the module, use ``vcenter_host``
- vcenter_host_disconnect - remove the module, use ``vcenter_host``
- vcenter_storage_policies - remove vcenter_storage_policies
- vcenter_storage_policies_compliance_vm_info - remove the module
- vcenter_storage_policies_entities_compliance_info - remove the module
- vcenter_storage_policies_vm_info - remove the module
fragments:
- documentation.yaml
- remove_vcenter_host_connect.yaml
- remove_vcenter_storage_policies.yaml
- remove_vcenter_storage_policies_compliance_vm_info.yaml
- remove_vcenter_storage_policies_entities_compliance_info.yaml
- remove_vcenter_storage_policies_vm_info.yaml
modules:
- description: Collect the information associated with the vCenter clusters
name: vcenter_cluster_info
namespace: ''
- description: Manage the datacenter of a vCenter
name: vcenter_datacenter
namespace: ''
- description: Collect the information associated with the vCenter datacenters
name: vcenter_datacenter_info
namespace: ''
- description: Collect the information associated with the vCenter datastores
name: vcenter_datastore_info
namespace: ''
- description: Collect the information associated with the vCenter folders
name: vcenter_folder_info
namespace: ''
- description: Manage the host of a vCenter
name: vcenter_host
namespace: ''
- description: Collect the information associated with the vCenter hosts
name: vcenter_host_info
namespace: ''
- description: Collect the information associated with the vCenter networks
name: vcenter_network_info
namespace: ''
- description: Manage the resourcepool of a vCenter
name: vcenter_resourcepool
namespace: ''
- description: Collect the information associated with the vCenter resourcepools
name: vcenter_resourcepool_info
namespace: ''
- description: Collect the information associated with the vCenter storage policiess
name: vcenter_storage_policies_info
namespace: ''
- description: Manage the vm of a vCenter
name: vcenter_vm
namespace: ''
- description: Collect the guest identity information
name: vcenter_vm_guest_identity_info
namespace: ''
- description: Collect the guest localfilesystem information
name: vcenter_vm_guest_localfilesystem_info
namespace: ''
- description: Collect the guest networking information
name: vcenter_vm_guest_networking_info
namespace: ''
- description: Collect the guest networking interfaces information
name: vcenter_vm_guest_networking_interfaces_info
namespace: ''
- description: Collect the guest networking routes information
name: vcenter_vm_guest_networking_routes_info
namespace: ''
- description: Manage the hardware of a VM
name: vcenter_vm_hardware
namespace: ''
- description: Manage the SATA adapter of a VM
name: vcenter_vm_hardware_adapter_sata
namespace: ''
- description: Collect the SATA adapter information from a VM
name: vcenter_vm_hardware_adapter_sata_info
namespace: ''
- description: Manage the SCSI adapter of a VM
name: vcenter_vm_hardware_adapter_scsi
namespace: ''
- description: Collect the SCSI adapter information from a VM
name: vcenter_vm_hardware_adapter_scsi_info
namespace: ''
- description: Manage the boot of a VM
name: vcenter_vm_hardware_boot
namespace: ''
- description: Manage the boot device of a VM
name: vcenter_vm_hardware_boot_device
namespace: ''
- description: Collect the boot device information from a VM
name: vcenter_vm_hardware_boot_device_info
namespace: ''
- description: Collect the boot information from a VM
name: vcenter_vm_hardware_boot_info
namespace: ''
- description: Manage the cdrom of a VM
name: vcenter_vm_hardware_cdrom
namespace: ''
- description: Collect the cdrom information from a VM
name: vcenter_vm_hardware_cdrom_info
namespace: ''
- description: Manage the cpu of a VM
name: vcenter_vm_hardware_cpu
namespace: ''
- description: Collect the cpu information from a VM
name: vcenter_vm_hardware_cpu_info
namespace: ''
- description: Manage the disk of a VM
name: vcenter_vm_hardware_disk
namespace: ''
- description: Collect the disk information from a VM
name: vcenter_vm_hardware_disk_info
namespace: ''
- description: Manage the ethernet of a VM
name: vcenter_vm_hardware_ethernet
namespace: ''
- description: Collect the ethernet information from a VM
name: vcenter_vm_hardware_ethernet_info
namespace: ''
- description: Manage the floppy of a VM
name: vcenter_vm_hardware_floppy
namespace: ''
- description: Collect the floppy information from a VM
name: vcenter_vm_hardware_floppy_info
namespace: ''
- description: Manage the info of a VM
name: vcenter_vm_hardware_info
namespace: ''
- description: Manage the memory of a VM
name: vcenter_vm_hardware_memory
namespace: ''
- description: Collect the memory information from a VM
name: vcenter_vm_hardware_memory_info
namespace: ''
- description: Manage the parallel of a VM
name: vcenter_vm_hardware_parallel
namespace: ''
- description: Collect the parallel information from a VM
name: vcenter_vm_hardware_parallel_info
namespace: ''
- description: Manage the serial of a VM
name: vcenter_vm_hardware_serial
namespace: ''
- description: Collect the serial information from a VM
name: vcenter_vm_hardware_serial_info
namespace: ''
- description: Collect the information from a VM
name: vcenter_vm_info
namespace: ''
- description: Collect the libraryitem information from a VM
name: vcenter_vm_libraryitem_info
namespace: ''
- description: Manage the power of a VM
name: vcenter_vm_power
namespace: ''
- description: Collect the power information from a VM
name: vcenter_vm_power_info
namespace: ''
- description: Manage the storage policy of a VM
name: vcenter_vm_storage_policy
namespace: ''
- description: Collect the storage policy compliance information from a VM
name: vcenter_vm_storage_policy_compliance_info
namespace: ''
- description: Collect the storage policy information from a VM
name: vcenter_vm_storage_policy_info
namespace: ''
- description: Manage the tools of a VM
name: vcenter_vm_tools
namespace: ''
- description: Collect the tools information from a VM
name: vcenter_vm_tools_info
namespace: ''
release_date: '2020-10-09'
1.0.1:
changes:
minor_changes:
- Ensure the shellcheck sanity test pass
fragments:
- shellcheck.yaml
release_date: '2020-10-09'
1.0.2:
changes:
minor_changes:
- vcenter_resourcepool - add example in documentation.
- vcenter_resourcepool_info - add example in documentation.
fragments:
- resourcepool.yaml
release_date: '2020-10-23'
2.0.0:
changes:
breaking_changes:
- The vmware_rest 2.0.0 support vSphere 7.0.2 onwards.
- vcenter_vm_storage_policy - the format of the ``disks`` parameter has changed.
- 'vcenter_vm_storage_policy - the module has a new mandatory paramter: ``vm_home``.'
bugfixes:
- Properly handle ``validate_certs`` as a boolean and accept all the standard
Ansible values (``yes``, ``true``, ``y``, ``no``, etc).
minor_changes:
- Handle import error with correct exception raised while importing aiohttp
fragments:
- 7_0_2_only.yaml
- ensure_Handle_import_error_for_aiohttp.yaml
- ensure_validate_certs_is_boolean.yaml
- vcenter_vm_storage_policy_home_vm.yaml
modules:
- description: Set enabled state of the console-based controlled CLI (TTY1).
name: appliance_access_consolecli
namespace: ''
- description: Get enabled state of the console-based controlled CLI (TTY1).
name: appliance_access_consolecli_info
namespace: ''
- description: Set enabled state of Direct Console User Interface (DCUI TTY2).
name: appliance_access_dcui
namespace: ''
- description: Get enabled state of Direct Console User Interface (DCUI TTY2).
name: appliance_access_dcui_info
namespace: ''
- description: Set enabled state of BASH, that is, access to BASH from within
the controlled CLI.
name: appliance_access_shell
namespace: ''
- description: Get enabled state of BASH, that is, access to BASH from within
the controlled CLI.
name: appliance_access_shell_info
namespace: ''
- description: Set enabled state of the SSH-based controlled CLI.
name: appliance_access_ssh
namespace: ''
- description: Get enabled state of the SSH-based controlled CLI.
name: appliance_access_ssh_info
namespace: ''
- description: Get health status of applmgmt services.
name: appliance_health_applmgmt_info
namespace: ''
- description: Returns the health status of the database.
name: appliance_health_database_info
namespace: ''
- description: Get database storage health.
name: appliance_health_databasestorage_info
namespace: ''
- description: Get load health.
name: appliance_health_load_info
namespace: ''
- description: Get memory health.
name: appliance_health_mem_info
namespace: ''
- description: Get information on available software updates available in the
remote vSphere Update Manager repository
name: appliance_health_softwarepackages_info
namespace: ''
- description: Get storage health.
name: appliance_health_storage_info
namespace: ''
- description: Get swap health.
name: appliance_health_swap_info
namespace: ''
- description: Get overall health of system.
name: appliance_health_system_info
namespace: ''
- description: Exports the desired profile specification.
name: appliance_infraprofile_configs
namespace: ''
- description: List all the profiles which are registered.
name: appliance_infraprofile_configs_info
namespace: ''
- description: Create a new local user account.
name: appliance_localaccounts
namespace: ''
- description: Set the global password policy.
name: appliance_localaccounts_globalpolicy
namespace: ''
- description: Get the global password policy.
name: appliance_localaccounts_globalpolicy_info
namespace: ''
- description: Get the local user account information.
name: appliance_localaccounts_info
namespace: ''
- description: Get monitored item info
name: appliance_monitoring_info
namespace: ''
- description: Get monitoring data.
name: appliance_monitoring_query
namespace: ''
- description: Reset and restarts network configuration on all interfaces, also
this will renew the DHCP lease for DHCP IP address.
name: appliance_networking
namespace: ''
- description: Set DNS search domains.
name: appliance_networking_dns_domains
namespace: ''
- description: Get list of DNS search domains.
name: appliance_networking_dns_domains_info
namespace: ''
- description: Set the Fully Qualified Domain Name.
name: appliance_networking_dns_hostname
namespace: ''
- description: Get the Fully Qualified Doman Name.
name: appliance_networking_dns_hostname_info
namespace: ''
- description: Set the DNS server configuration
name: appliance_networking_dns_servers
namespace: ''
- description: Get DNS server configuration.
name: appliance_networking_dns_servers_info
namespace: ''
- description: Set the ordered list of firewall rules to allow or deny traffic
from one or more incoming IP addresses
name: appliance_networking_firewall_inbound
namespace: ''
- description: Get the ordered list of firewall rules
name: appliance_networking_firewall_inbound_info
namespace: ''
- description: Get Networking information for all configured interfaces.
name: appliance_networking_info
namespace: ''
- description: Get information about a particular network interface.
name: appliance_networking_interfaces_info
namespace: ''
- description: Set IPv4 network configuration for specific network interface.
name: appliance_networking_interfaces_ipv4
namespace: ''
- description: Get IPv4 network configuration for specific NIC.
name: appliance_networking_interfaces_ipv4_info
namespace: ''
- description: Set IPv6 network configuration for specific interface.
name: appliance_networking_interfaces_ipv6
namespace: ''
- description: Get IPv6 network configuration for specific interface.
name: appliance_networking_interfaces_ipv6_info
namespace: ''
- description: Sets servers for which no proxy configuration should be applied
name: appliance_networking_noproxy
namespace: ''
- description: Returns servers for which no proxy configuration will be applied.
name: appliance_networking_noproxy_info
namespace: ''
- description: Configures which proxy server to use for the specified protocol
name: appliance_networking_proxy
namespace: ''
- description: Gets the proxy configuration for a specific protocol.
name: appliance_networking_proxy_info
namespace: ''
- description: Set NTP servers
name: appliance_ntp
namespace: ''
- description: Get the NTP configuration status
name: appliance_ntp_info
namespace: ''
- description: Restarts a service
name: appliance_services
namespace: ''
- description: Returns the state of a service.
name: appliance_services_info
namespace: ''
- description: Cancel pending shutdown action.
name: appliance_shutdown
namespace: ''
- description: Get details about the pending shutdown action.
name: appliance_shutdown_info
namespace: ''
- description: Enable/Disable Global FIPS mode for the appliance
name: appliance_system_globalfips
namespace: ''
- description: Get current appliance FIPS settings.
name: appliance_system_globalfips_info
namespace: ''
- description: Resize all partitions to 100 percent of disk size.
name: appliance_system_storage
namespace: ''
- description: Get disk to partition mapping.
name: appliance_system_storage_info
namespace: ''
- description: Get system time.
name: appliance_system_time_info
namespace: ''
- description: Set time zone.
name: appliance_system_time_timezone
namespace: ''
- description: Get time zone.
name: appliance_system_time_timezone_info
namespace: ''
- description: Get the version.
name: appliance_system_version_info
namespace: ''
- description: Set time synchronization mode.
name: appliance_timesync
namespace: ''
- description: Get time synchronization mode.
name: appliance_timesync_info
namespace: ''
- description: Gets the current status of the appliance update.
name: appliance_update_info
namespace: ''
- description: Lists details of services managed by vMon.
name: appliance_vmon_service
namespace: ''
- description: Returns the state of a service.
name: appliance_vmon_service_info
namespace: ''
- description: Updates the configuration
name: content_configuration
namespace: ''
- description: Retrieves the current configuration values.
name: content_configuration_info
namespace: ''
- description: Returns the {@link ItemModel} with the given identifier.
name: content_library_item_info
namespace: ''
- description: Creates a new local library.
name: content_locallibrary
namespace: ''
- description: Returns a given local library.
name: content_locallibrary_info
namespace: ''
- description: Creates a new subscribed library
name: content_subscribedlibrary
namespace: ''
- description: Returns a given subscribed library.
name: content_subscribedlibrary_info
namespace: ''
- description: Creates a library item in content library from a virtual machine
or virtual appliance
name: vcenter_ovf_libraryitem
namespace: ''
- description: Reads a single environment variable from the guest operating system
name: vcenter_vm_guest_environment_info
namespace: ''
- description: Initiates an operation to transfer a file to or from the guest
name: vcenter_vm_guest_filesystem
namespace: ''
- description: Creates a directory in the guest operating system
name: vcenter_vm_guest_filesystem_directories
namespace: ''
- description: Creates a temporary file
name: vcenter_vm_guest_filesystem_files
namespace: ''
- description: Returns information about a file or directory in the guest
name: vcenter_vm_guest_filesystem_files_info
namespace: ''
- description: Get information about the guest operation status.
name: vcenter_vm_guest_operations_info
namespace: ''
- description: Starts a program in the guest operating system
name: vcenter_vm_guest_processes
namespace: ''
- description: Returns the status of a process running in the guest operating
system, including those started by {@link Processes#create} that may have
recently completed
name: vcenter_vm_guest_processes_info
namespace: ''
release_date: '2021-06-01'
2.1.0:
changes:
bugfixes:
- '``appliance_networking_dns_servers`` - returns error on failure.'
minor_changes:
- '``vcenter_vm_guest_customization`` - remove the module until vSphere API
end-point work properly.'
- bump the default timeout to 600s to give more time to the slow operations.
- new moid lookup filter plugins to convert a resource path to a MOID.
- use turbo mode cache for lookup plugins.
fragments:
- bump_timeout.yaml
- fix_vcenter_vm_guest_customization.yaml
- lookup_turbo_mode.yaml
- new_moid_lookup_filters.yaml
release_date: '2021-09-15'
2.1.1:
changes:
bugfixes:
- Address a condition where the subkey item was not properly identified (https://github.com/ansible-collections/vmware_rest_code_generator/pull/181).
- vcenter_datacenter - Ensure pass stat=absent on a non-existing item won't
raise an error (https://github.com/ansible-collections/vmware_rest_code_generator/pull/182).
- vcenter_vm_guest_customize - Add examples.
- vcenter_vm_hardware_ethernet - Ensure we can attach a NIC to another network
(https://github.com/ansible-collections/vmware.vmware_rest/issues/267).
minor_changes:
- '``content_subscribedlibrary`` - use FQCN in the example.'
fragments:
- 2.1.1.yaml
- use-FQCN-in-create_vm.yaml.yaml
- vcenter_vm_hardware_ethernet_idempotency.yaml
release_date: '2021-10-29'
2.1.2:
changes:
bugfixes:
- vcenter_ovf_libraryitem - properly catch errors.
minor_changes:
- The examples uses the FQCN of the built-in modules
fragments:
- 2.1.2-vcenter_ovf_libraryitem.yaml
- 2.1.2.yaml
release_date: '2021-11-30'
2.1.3:
changes:
bugfixes:
- '"remove the following modules vcenter_vm_guest_environment_info vcenter_vm_guest_environment_info
" "vcenter_vm_guest_filesystemy vcenter_vm_guest_filesystem_files vcenter_vm_guest_filesystem_files_info
" "vcenter_vm_guest_processes vcenter_vm_guest_processes_info because they
don''t work as expected."
'
minor_changes:
- The module_utils/vmware.py is licensed under BSD.
- add some missing example blocks.
fragments:
- 2.1.3-changelog.yaml
- 2.1.3-module_utils.yaml
release_date: '2021-12-08'
2.1.4:
changes:
bugfixes:
- Add support for Python 3.10.
minor_changes:
- Add more EXAMPLE blocks in the documenation of the modules.
fragments:
- add_some_missing_EXAMPLE_blocks.yaml
- python3.10-support.yaml
release_date: '2022-01-04'
2.1.5:
changes:
bugfixes:
- Adjust the cloud.common dependency to require 2.0.4 or greater (https://github.com/ansible-collections/vmware.vmware_rest/pull/315).
minor_changes:
- Adjust the release version of the lookup plugins fro, 2.0.1 to 2.1.0.
- '``vcenter_network_info`` - add an example with a Distributed Virtual Switch,
a.k.a dvswitch (https://github.com/ansible-collections/vmware.vmware_rest/pull/316).'
fragments:
- cloud.common-bump.yaml
- vcenter_network_info-dvs-example.yaml
- version_added.yaml
release_date: '2022-04-26'
2.1.6:
release_date: '2022-04-29'
2.2.0:
changes:
bugfixes:
- vcenter_datacenter - Ensure the idempotency works as expected.
minor_changes:
- Add news example for clone, instant clone and template on Content Library.
- documentation - clarify that the VMware vCenter API doesn't allow the cloning
of template if there are not if Library.
- vcenter_vm - Add new examples (clone and instant clone).
fragments:
- 2.2.0.yaml
- vm_template_library.yaml
modules:
- description: Creates a library item in content library from a virtual machine
name: vcenter_vmtemplate_libraryitems
namespace: ''
- description: Returns information about a virtual machine template contained
in the library item specified by {@param.name templateLibraryItem}
name: vcenter_vmtemplate_libraryitems_info
namespace: ''
release_date: '2022-06-16'
2.3.0:
modules:
- description: Applies a customization specification on the virtual machine
name: vcenter_vm_guest_customization
namespace: ''
- description: Issues a request to the guest operating system asking it to perform
a soft shutdown, standby (suspend) or soft reboot
name: vcenter_vm_guest_power
namespace: ''
- description: Returns information about the guest operating system power state.
name: vcenter_vm_guest_power_info
namespace: ''
- description: Returns the storage policy Compliance {@link Info} of a virtual
machine after explicitly re-computing compliance check.
name: vcenter_vm_storage_policy_compliance
namespace: ''
- description: Connects the VMware Tools CD installer as a CD-ROM for the guest
operating system
name: vcenter_vm_tools_installer
namespace: ''
- description: Get information about the VMware Tools installer.
name: vcenter_vm_tools_installer_info
namespace: ''
release_date: '2022-11-23'
2.3.1:
changes:
bugfixes:
- 'Allow filters with the space (See: https://github.com/ansible-collections/vmware.vmware_rest/issues/362).'
- 'Handle spaces and special characters in resource names for lookup plugins
(See: https://github.com/ansible-collections/vmware.vmware_rest/issues/356).'
minor_changes:
- set version in galaxy.yml to allow install from git repo
fragments:
- allow_space_in_search_filters.yaml
- lookup-handle-special-chars.yml
- set_default_galaxy_version.yaml
- release_summary.yml
release_date: '2023-03-14'
|