選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
172B

  1. ---
  2. - name: enable php opcache
  3. template:
  4. src: php-opcache.conf.j2
  5. dest: /etc/php/{{nextcloud_php_version}}/apache2/conf.d/opcache.ini
  6. notify: restart apache2