Commit b89e3f1c by Calen Pennington Committed by Fred Smith

The CD infrastructure shouldn't clobber the tag added by the underlying ansible play

parent ee2b527b
......@@ -67,7 +67,7 @@
description: "AMI built via edX continuous delivery pipeline - Ansible version: {{ ansible_version }}"
# used a JSON object here as there is a string interpolation in the keys.
tags: "{
'version:{{ play }}':'{{ app_repo }} {{ app_version }}',
'version:{{ play }}-expected':'{{ app_repo }} {{ app_version }}',
'play':'{{ play }}',
'cache_id':'{{ cache_id }}',
'environment':'{{ edx_environment }}',
......
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