Commit 4f96c69f by Kevin Falcone

Tag the paver static assets task

This lets you run ansible-playbook with --skip-tags gather_static_assets
so you can redeploy edx-platform on your sandbox to test configuration
changes without waiting for paver.
parent 649551b9
......@@ -117,4 +117,5 @@
- 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
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