Skip to content
Snippets Groups Projects
Commit 900f0212 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Install php5, even if we don't need it, so packages using php won't install apache

parent fb1ffd2a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
- name: ensure packages for uwsgi-php are installed
apt: name={{ item }} state=latest
with_items:
- php5
- uwsgi-plugin-php
tags:
- uwsgi
......
......@@ -10,14 +10,6 @@
- packages
- wordpress
- name: ensure there is no useless old webserver
apt: name={{ item }} state=absent
with_items:
- apache2
tags:
- packages
- wordpress
- name: "ensure group for {{ wordpress_name }} exists"
group:
name: "{{ wordpress_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment