Commit 5aaa59e3 by Vik Paruchuri

Fix naming issues

parent 52e842ac
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
sudo: True sudo: True
#Create directories for repos #Create directories for repos
- name: create discern directory and set permissions - name: create discern and ease directories and set permissions
file: path={{item}} owner={{remote_user}} group=edx mode=2775 state=directory file: path={{item}} owner={{remote_user}} group=edx mode=2775 state=directory
sudo: True sudo: True
with_items: with_items:
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
#Run this instead of using the ansible module because the ansible module only support syncdb of these three, and does not #Run this instead of using the ansible module because the ansible module only support syncdb of these three, and does not
#support virtualenvs as of this comment #support virtualenvs as of this comment
- name: django syncdb for discern - name: django syncdb, migrate, and collectstatic for discern
shell: ${venv_dir}/bin/python {{discern_dir}}/manage.py {{item}} --noinput --settings={{discern_settings}} --pythonpath={{discern_dir}} shell: ${venv_dir}/bin/python {{discern_dir}}/manage.py {{item}} --noinput --settings={{discern_settings}} --pythonpath={{discern_dir}}
with_items: with_items:
- syncdb - syncdb
......
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