Commit a528289b by Kevin Falcone Committed by GitHub

Merge pull request #3417 from edx/jibsheet/whitespace-is-important

Tags is an argument to ec2_tag not to the task
parents ec0ef0b6 81069272
......@@ -6,8 +6,8 @@
ec2_tag:
resource: "{{ ansible_ec2_instance_id }}"
region: "{{ ansible_ec2_placement_region }}"
tags:
"version:xserver" : "{{ xserver_source_repo }} {{ xserver_checkout.after|truncate(7,True,'') }}"
tags:
"version:xserver" : "{{ xserver_source_repo }} {{ xserver_checkout.after|truncate(7,True,'') }}"
when: xserver_checkout.after is defined
- name: Tag instance for xserver grader
......
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