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

General improvements

parent 8b957523
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
state=present state=present
with_items: with_items:
- fcgid - fcgid
notify: "Apache | Restart Apache" when: not php_called_from_apache
notify: "PHP | Restart Apache"
- name: "PHP | Configuration file, php.ini" - name: "PHP | Configuration file, php.ini"
template: template:
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
owner=root owner=root
group=root group=root
mode=0644 mode=0644
when: not php_called_from_apache
notify: notify:
- "PHP | Restart Apache" - "PHP | Restart Apache"
...@@ -49,6 +51,7 @@ ...@@ -49,6 +51,7 @@
owner=root owner=root
group=root group=root
mode=0644 mode=0644
when: not php_called_from_apache
notify: notify:
- "PHP | Restart Apache" - "PHP | Restart Apache"
...@@ -81,7 +84,7 @@ ...@@ -81,7 +84,7 @@
dest=/etc/php5/apache2/extra/browscap.ini dest=/etc/php5/apache2/extra/browscap.ini
owner=root owner=root
group=root group=root
when: php_browscap when: not php_called_from_apache and php_browscap
notify: notify:
- "PHP | Restart Apache" - "PHP | Restart Apache"
......
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