I’m trying to use ec2_key module, creating a new key and save it to a file for future use.
The first succeed, but I have problem saving to a .pem file:
Look like ec2_key.private_key is not returned, but ec2_key.fingerprint is.
change ec2_key.private_key into ec2_key.key.private_key, here is a working example of this one for your reference. By the way, I am using Ansible 2.0.1.0