Commit 1b1f4900 by Jesse Zoldak

Install edxlocal debian packages

parent 3ca4e4c4
......@@ -2,6 +2,9 @@
#
---
- name: install packages needed for single server
apt: pkg={{','.join(edxlocal_debian_pkgs)}} install_recommends=yes state=present
# TODO: Add a test to make sure mysql is running.
- name: create databases
......
......@@ -22,7 +22,7 @@
apt_repository:
repo='deb http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu precise main'
update_cache=yes
- name: look for mysql 5.5
shell: dpkg -L mysql-server-5.5
ignore_errors: true
......@@ -39,6 +39,6 @@
- name: start mysql
service: name=mysql state=started
- name: install packages needed for single server
- name: install mysql debian packages
apt: pkg={{','.join(mysql_debian_pkgs)}} install_recommends=yes state=present
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