mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9a561b53fa
* Disable warnings on validate_certs=False * Required requests version * Add testcase for inventory plugin * Include review comments from mattclay * remove pyvmomi installation * remove config file at exit * Add cache in vmware_inventory inventory plugin * shertel review comments * Rename vmware_inventory to vmware_vm_inventory * bcoca's review comments * Export username and password for failing testcase Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 lines
97 B
INI
5 lines
97 B
INI
[defaults]
|
|
inventory = test-config.vmware.yaml
|
|
|
|
[inventory]
|
|
enable_plugins = vmware_vm_inventory
|