mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-27 15:16:46 +00:00
This commit adds dynamic upload size configuration (upload_max_filesize + post_max_size), introduces a dedicated php-upload.ini template, mounts it through Docker Compose, renumbers all task files consistently, updates main.yml flow, and overrides client_max_body_size inside the logout role. Improves clarity, consistency, and brings Joomla in line with other IN roles. See: https://chatgpt.com/share/6927075c-4de0-800f-bcee-b1f5193e4a99
5 lines
162 B
YAML
5 lines
162 B
YAML
- name: "PHP lint configuration.php"
|
|
command:
|
|
argv: [ docker, exec, "{{ JOOMLA_CONTAINER }}", php, "-l", "{{ JOOMLA_CONFIG_FILE }}" ]
|
|
changed_when: false
|