Commit bb7bef50 by John Jarvis

formatting

parent 9ce6103e
......@@ -195,7 +195,9 @@
# Gather cms assets using rake if possible
- name: edxapp | gather cms static assets with rake
shell: executable=/bin/bash chdir={{ edxapp_code_dir }} SERVICE_VARIANT={{ edxapp_cms_variant }} rake cms:gather_assets:aws
shell: SERVICE_VARIANT={{ edxapp_cms_variant }} rake cms:gather_assets:aws
executable=/bin/bash
chdir={{ edxapp_code_dir }}
notify:
- edxapp | restart edxapp
sudo_user: "{{ edxapp_user }}"
......
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