Fix lint warnings

This commit is contained in:
phil 2023-03-17 21:55:48 +01:00
parent 955ba86525
commit 4cd8eb1775
2 changed files with 9 additions and 7 deletions

View file

@ -6,3 +6,5 @@ php_fpm_pool_config_file: "{{ php_fpm_pool_dir }}/%i.cfg"
php_fpm_cpu_quota: "100%"
php_fpm_memory_high: "25%"
php_fpm_memory_max: "35%"
apache_php_module_name: "libapache2-mod-php{{ php_version.stdout }}"