Commit a0cf1b12 by Calen Pennington

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

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