Commit c2a426c9 by David Baumgold

Merge pull request #2194 from edx/tag-instances-cypress

Change when we tag instances (Cypress)
parents cb8e2952 3038f9ff
......@@ -161,7 +161,7 @@
tags:
- Name: version:{{edx_service_name}}
Value: "{{ item.0.DOMAIN }}/{{ item.0.PATH }}/{{ item.0.REPO }} {{ item.1.after |truncate(7,True,'') }}"
when: item.1.after is defined and ansible_ec2_instance_id is defined and edx_service_repos is defined
when: item.1.after is defined and COMMON_TAG_EC2_INSTANCE and edx_service_repos is defined
with_together:
- edx_service_repos
- code_checkout.results
......
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