community.general/lib/ansible/modules/cloud/cloudstack
René Moser 345e39e1b1 cloudstack: cs_instance: fix userdata not up to date (#18942)
Fixes unnecessary VM restart.

VM userdata is currently not returned by the API listVirtualMachine and task will always be marked as changed in has_changed(), which will result in an unnecessary VM restart if force=true.

Reported by @Mayeu
2016-12-09 07:03:18 +01:00
..
__init__.py
cs_account.py
cs_affinitygroup.py
cs_cluster.py
cs_configuration.py
cs_domain.py
cs_facts.py
cs_firewall.py
cs_instance.py cloudstack: cs_instance: fix userdata not up to date (#18942) 2016-12-09 07:03:18 +01:00
cs_instance_facts.py
cs_instancegroup.py
cs_ip_address.py
cs_iso.py
cs_loadbalancer_rule.py
cs_loadbalancer_rule_member.py
cs_network.py
cs_nic.py
cs_pod.py
cs_portforward.py
cs_project.py
cs_region.py
cs_resourcelimit.py
cs_router.py
cs_securitygroup.py
cs_securitygroup_rule.py
cs_snapshot_policy.py
cs_sshkeypair.py
cs_staticnat.py
cs_template.py
cs_user.py
cs_vmsnapshot.py
cs_volume.py
cs_vpc.py
cs_zone.py
cs_zone_facts.py