您最多选择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