php-cli-Konfiguration, damit der cli-Update funktioniert

This commit is contained in:
phil 2021-08-18 21:02:20 +02:00
parent 71e74f67bf
commit 1c8cfa2f73
2 changed files with 6 additions and 0 deletions

1
files/30-sao.ini Normal file
View file

@ -0,0 +1 @@
apc.enable_cli=1

View file

@ -20,3 +20,8 @@
dest: /etc/apache2/sites-enabled/nextcloud.conf
state: link
notify: reload apache
- name: "common: Kopiere PHP-CLI-Konfiguration"
copy:
src: roles/nextcloud/files/30-sao.ini
dest: "/etc/php/{{ php_version }}/cli/conf.d/30-sao.ini"