made lamp role more generic

This commit is contained in:
2024-12-04 11:11:17 +01:00
parent 8074187173
commit 7f50fbd7e0
6 changed files with 39 additions and 36 deletions

View File

@@ -6,11 +6,10 @@
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
#- 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