Commit 83d67068 by Ned Batchelder

Fix tags that were overwriting each other

parent 3bd83b5d
......@@ -154,7 +154,7 @@
- name: gather {{ item }} static assets with paver
command: "{{ COMMON_BIN_DIR }}/edxapp-update-assets-{{ item }}"
when: celery_worker is not defined and not devstack and item != "lms-preview"
tags: gather_static_assets
with_items: service_variants_enabled
tags:
- gather_static_assets
- assets
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