Commit 83ecd441 by Brian Beggs Committed by GitHub

Merge pull request #3559 from edx/bbeggs/TE-1851

remove ec2_ami_2_0_0_1 module so we begin using the one built in
parents 7c95c096 a375ca9d
......@@ -63,7 +63,7 @@
register: instance_tags
- name: Create AMI
ec2_ami_2_0_0_1:
ec2_ami:
instance_id: "{{ instance_id }}"
name: "{{ edx_environment }} -- {{ deployment }} -- {{ play }} -- {{ extra_name_identifier }} -- {{ app_version[:7] }}"
region: "{{ ec2_region }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment