added more configuration, but tests failed.
This commit is contained in:
@@ -6,3 +6,11 @@
|
||||
line: "opcache.memory_consumption = 96"
|
||||
state: present
|
||||
notify: restart apache
|
||||
|
||||
- name: Adjust smbclient setting.
|
||||
template:
|
||||
src: "templates/smbclient.ini.j2"
|
||||
dest: "/etc/php/7.4/mods-available/smbclient.ini"
|
||||
owner: root
|
||||
group: root
|
||||
notify: restart apache
|
||||
|
||||
Reference in New Issue
Block a user