Running the same playbook twice using the ntnx.vms module results in two VMs created with identical names.
Default for ansible should be to ensure the object exists, and only create new objects if not.
A parameter could be added to the module to explicitly allow this behaviour in rare circumstances.
Running the same playbook twice using the ntnx.vms module results in two VMs created with identical names. Default for ansible should be to ensure the object exists, and only create new objects if not.
A parameter could be added to the module to explicitly allow this behaviour in rare circumstances.
Eg.
allow_duplicate_names: True
(default should be False)