APC/APCu better management

This commit is contained in:
Emilien Mantel
2015-07-23 18:10:17 +02:00
parent 7b7e3bb4f4
commit 19a1a84c8f
11 changed files with 59 additions and 56 deletions

View File

@@ -23,7 +23,7 @@
command: php -i
changed_when: false
- name: FILE | Create /var/www
file: dest=/var/www state=directory
file: dest=/var/www state=directory
- name: COPY | Add phpinfo
copy: dest=/var/www/phpinfo.php content='<?php phpinfo();'
- name: COMMAND | Check vhost