Skip to content
Snippets Groups Projects
Commit 698df80c authored by jurgenhaas's avatar jurgenhaas
Browse files

General improvements

parent 5772a18e
No related branches found
No related tags found
No related merge requests found
---
# file: roles/php/tasks/php.yml
# TODO: optionally install PHP 5.3
# http://aw1.aweb1.paragon-es.de/index.php
# http://askubuntu.com/questions/462673/installing-php-5-3-in-ubuntu-14-04
# apt-get purge php5 && sudo apt-get install libxml2-dev
# wget http://in1.php.net/distributions/php-5.3.29.tar.bz2
# tar -xvf php-5.3.29.tar.bz2
# cd php-5.3.29
# ./configure
# make
# make install
- name: "PHP | Install required packages."
apt:
pkg={{ item }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment