added correct dependencies for Debian install Had to check the right package names for Debian build, added to apt task.
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f31e6a3a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f31e6a3a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f31e6a3a Branch: refs/heads/ansible-testing-0.17 Commit: f31e6a3a2c78bdc4ad157f505ff8f9d7d6246c3e Parents: 193f3b5 Author: jecoulte <[email protected]> Authored: Fri Jan 27 11:46:19 2017 -0500 Committer: jecoulte <[email protected]> Committed: Fri Jan 27 11:46:19 2017 -0500 ---------------------------------------------------------------------- dev-tools/ansible/roles/pga/tasks/install_deps_Debian.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/f31e6a3a/dev-tools/ansible/roles/pga/tasks/install_deps_Debian.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/pga/tasks/install_deps_Debian.yml b/dev-tools/ansible/roles/pga/tasks/install_deps_Debian.yml index d50f095..aa7f921 100644 --- a/dev-tools/ansible/roles/pga/tasks/install_deps_Debian.yml +++ b/dev-tools/ansible/roles/pga/tasks/install_deps_Debian.yml @@ -5,13 +5,16 @@ with_items: - git - apache2 - - php5 - - php-soap - python-selinux + - unzip - openssl - curl + - php5 + - php5-curl + - php-soap - php5-mysql - php5-mcrypt + - python-software-properties become: yes - name: install composer
