Commit a6c16cf7 by John Jarvis

Merge pull request #161 from edx/jarv/ansible-version-fix-deploy

Jarv/ansible version fix deploy
parents fd917444 8ec5189a
Jinja2==2.6
PyYAML==3.10
# http://stackoverflow.com/questions/11597103/modify-setup-py-to-support-pip-install-from-github
git+git://github.com/ansible/ansible@devel#egg=ansible
ansible==1.2.2
argparse==1.2.1
boto==2.8.0
paramiko==1.10.1
......
......@@ -140,6 +140,7 @@
sudo: yes
sudo_user: www-data
environment: "{{ deploy_environment }}"
ignore_errors: yes
tags:
- lms
- lms-preview
......@@ -152,6 +153,7 @@
sudo: yes
sudo_user: www-data
environment: "{{ deploy_environment }}"
ignore_errors: yes
tags:
- cms
- deploy
......@@ -162,6 +164,7 @@
sudo: yes
sudo_user: www-data
environment: "{{ deploy_environment }}"
ignore_errors: yes
tags:
- cms
- deploy
......@@ -277,4 +280,4 @@
- lms-xml
- lms-preview
- cms
- deploy
\ No newline at end of file
- deploy
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