Is there a way to get the return values from the execution of a module?
For example https://docs.ansible.com/ansible/latest/modules/ec2_vpc_subnet_module.html
To get for example the vpc_id.
I am using the PlaybookExecutor but it only returns the status result of executing the playbook.