enable apc on php cli
This commit is contained in:
parent
a4bf3312a9
commit
3ae74a31a2
1 changed files with 9 additions and 0 deletions
|
|
@ -15,6 +15,15 @@
|
||||||
mode: 0770
|
mode: 0770
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
- name: ensure apc is used on the cli as well
|
||||||
|
copy:
|
||||||
|
dest: "/etc/php/{{ php_version }}/cli/conf.d/enable-apc-cli.ini"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
content: |
|
||||||
|
apc.enable_cli = 1
|
||||||
|
|
||||||
- name: setup nextcloud
|
- name: setup nextcloud
|
||||||
become_user: www-data
|
become_user: www-data
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue