You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Yap Sok Ann a8f95435c3 ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
Calling `ec2.get_image` right after `ec2.create_image` may raise error
"InvalidAMIID.NotFound". This has happend roughly 1 time out of 10 for me.

Other people has bitten by this too:
- 5707f100a0
- http://stackoverflow.com/a/14794952
- https://bitbucket.org/utoolity/bamboo-aws-plugin/pull-request/22/baws-116-fix-ec2-image-task-failing-with/diff
12 years ago
..
cloud ec2_ami: Account for AWS's "eventual consistency" with AMI creation. 12 years ago
commands Allow for relative paths by using abspath 12 years ago
database Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel 12 years ago
files Fixed a typo in the fetch module documentation 12 years ago
internal * Updated all ansible.cc references in the documentation to point 13 years ago
inventory Trim legacy variable usage. 13 years ago
messaging Add missing version_added description in docs. 13 years ago
monitoring Fixed monit restarted error. 12 years ago
net_infrastructure Moving firewalld module from net_infra to system 12 years ago
network * Updated SHA-256 functionality in the get_url module 12 years ago
notification Set default XMPP message type to 'chat'. 13 years ago
packaging Fix for Issue #2470 - gem version string processing 12 years ago
source_control fix docstring indentation on scc modules 12 years ago
system fixed firewalld get_service_enabled 12 years ago
utilities Fix for network byte order issues in accelerate 12 years ago
web_infrastructure htpasswd documentation formatting fix 12 years ago