Commit 8403ea98 by Feanil Patel

Correct version variable name.

parent f9942748
......@@ -4,7 +4,7 @@
- deploy
- name: checkout code
git: dest={{ xserver_code_dir }} repo={{ xserver_source_repo }} version={{ lms_version }}
git: dest={{ xserver_code_dir }} repo={{ xserver_source_repo }} version={{ xserver_version }}
tags:
- deploy
......
......@@ -4,4 +4,4 @@ xserver_code_dir: "{{ app_base_dir }}/xserver"
xserver_source_repo: git://github.com/edx/xserver.git
# This should probably be overridden in the playbook or groupvars
# with the default pointing to the head of master.
lms_version: HEAD
xserver_version: HEAD
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