Commit e844d87d by Kevin Falcone Committed by GitHub

Merge pull request #3184 from edx/jibsheet/pass-args-to-ec2_tags

Indentation matters
parents 70fe95fa c5430bf4
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
ec2_tag: ec2_tag:
resource: "{{ ansible_ec2_instance_id }}" resource: "{{ ansible_ec2_instance_id }}"
region: "{{ ansible_ec2_placement_region }}" region: "{{ ansible_ec2_placement_region }}"
tags: tags:
"version:forum" : "{{ forum_source_repo }} {{ forum_checkout.after|truncate(7,True,'') }}" "version:forum" : "{{ forum_source_repo }} {{ forum_checkout.after|truncate(7,True,'') }}"
when: forum_checkout.after is defined when: forum_checkout.after is defined
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