ansible-community / molecule-vmware

Molecule VMware Driver
MIT License
15 stars 12 forks source link

Properties are not allowed #28

Open sparsick opened 1 year ago

sparsick commented 1 year ago
SUMMARY

Following your sample in the README file I get the following error message

provision@ansible:~/git/workspace/ro_deploy_applicationsetup$ molecule test -s vmware

CRITICAL Failed to validate /var/home/provision/git/workspace/ro_deploy_applicationsetup/molecule/vmware/molecule.yml

["Additional properties are not allowed ('datacenter', 'folder', 'instance_os_type', 'validate_certs', 'vcenter_hostname', 'vcenter_password', 'vcenter_username', 'vm_password', 'vm_username' were unexpected)"]
ISSUE TYPE
ANSIBLE VERSION
CONFIGURATION
molecule --version        
molecule 4.0.4 using python 3.10 
    ansible:2.13.7
    delegated:4.0.1 from molecule
    vmware:0.3.6
OS / ENVIRONMENT

Ubuntu 22.04

STEPS TO REPRODUCE
EXPECTED RESULTS

Molecule starts

ACTUAL RESULTS
provision@ansible:~/git/workspace/ro_deploy_applicationsetup$ molecule test -s vmware

CRITICAL Failed to validate /var/home/provision/git/workspace/ro_deploy_applicationsetup/molecule/vmware/molecule.yml

["Additional properties are not allowed ('datacenter', 'folder', 'instance_os_type', 'validate_certs', 'vcenter_hostname', 'vcenter_password', 'vcenter_username', 'vm_password', 'vm_username' were unexpected)"]