CiscoDevNet/ansible-cml

Create a started lab

Closed this issue · 1 comments

IvoP1 commented

If using state: started in module cisco.cml.cml_lab, it does not create the lab nor start it.
Although it does not output any error on the Ansible itself.

Using the same parameters, just changing the state to present, works as expected and creates the lab (not started).

If referencing a already existing lab, the state: started , does not produce any change on the lab simulation status

IvoP1 commented

If using the second installation method, this is already fixed.

Directly from Ansible Galaxy
ansible-galaxy collection install cisco.cml
via git repository
ansible-galaxy collection install 'git@github.com:CiscoDevNet/ansible-cml.git,branch'