mirror of https://github.com/ansible/ansible.git
return the most up-to-date info about an instance when starting/stopping it
otherwise the module will return the info about the instance that it got prior to the action taken So if you had a task to start an instance: ec2: instance_ids: ... state: running register: ec2_info the registered data would have empty public_dns_name, public_ip, private_dns_name, private_ippull/8353/head
parent
f61ba3d047
commit
16e5b1b9e6
Loading…
Reference in New Issue