Commit c7dddabf by Feanil Patel

Make sure the deploy section of the demo role gets run.

parent bc37f762
- name: Deploy demo course
hosts: all
sudo: True
gather_facts: True
vars:
enable_datadog: True
enable_splunkforwarder: True
vars_files:
- ["{{ secure_vars }}", "dummy.yml"]
roles:
- demo
- role: datadog
when: enable_datadog
- role: splunkforwarder
when: enable_splunkforwarder
......@@ -186,7 +186,7 @@ EOF
fi
declare -A deploy
roles="edxapp forum xqueue xserver ora discern certs"
roles="edxapp forum xqueue xserver ora discern certs demo"
for role in $roles; do
deploy[$role]=${!role}
done
......
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