Commit a0cf1b12 by Calen Pennington

Only run the generic AMI tagging task when there are tags to apply

parent a13878db
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
artifact_path: /tmp/ansible-runtime artifact_path: /tmp/ansible-runtime
hipchat_url: https://api.hipchat.com/v2/ hipchat_url: https://api.hipchat.com/v2/
extra_name_identifier: 0 extra_name_identifier: 0
version_tags: {}
gather_facts: False gather_facts: False
connection: local connection: local
tasks: tasks:
...@@ -101,6 +100,7 @@ ...@@ -101,6 +100,7 @@
'version:{{ name }}': '{{ repo }} {{ version }}', 'version:{{ name }}': '{{ repo }} {{ version }}',
{% endfor %} {% endfor %}
}" }"
when: version_tags is defined
- name: add optional edx-theme tag - name: add optional edx-theme tag
ec2_tag: ec2_tag:
......
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