When running tasks Ansible will print the hostname it connected to as the heading.
E.g.
`
GATHERING FACTS ***************************************************************
ok: [ec2-…eu-west-1.compute.amazonaws.com]
`
If I use a static inventory file this will be the name in my hosts file, but now that I’m using ec2.py it prints the above.
Is there any way to get it to print some more information, like tag_Name from EC2? Any ideas?