I wrote a cloud formation template which works fine from AWS console (tested many times).
When I run it through Ansible cloudformation module for the first time to create resources - it works fine (state: present).
Then if I set “state: absent” to delete earlier created resources it runs as fine as well.
If now I try to run it once again with (state: present) it fails with no specific error (seems to time out).
PLAY RECAP ********************************************************************
Create VPC, internet gateway, route tables and security groups -------- 451.89s
to retry, use: --limit @/root/aws-cf-provision.retry