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

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