Skip to content
Snippets Groups Projects
Commit 1097a154 authored by jurgenhaas's avatar jurgenhaas
Browse files

General improvements

parent 8b957523
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@
state=present
with_items:
- fcgid
notify: "Apache | Restart Apache"
when: not php_called_from_apache
notify: "PHP | Restart Apache"
- name: "PHP | Configuration file, php.ini"
template:
......@@ -39,6 +40,7 @@
owner=root
group=root
mode=0644
when: not php_called_from_apache
notify:
- "PHP | Restart Apache"
......@@ -49,6 +51,7 @@
owner=root
group=root
mode=0644
when: not php_called_from_apache
notify:
- "PHP | Restart Apache"
......@@ -81,7 +84,7 @@
dest=/etc/php5/apache2/extra/browscap.ini
owner=root
group=root
when: php_browscap
when: not php_called_from_apache and php_browscap
notify:
- "PHP | Restart Apache"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment