geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 442 forks source link

How to configure emergency_restart_threshold #422

Open redochka opened 3 months ago

redochka commented 3 months ago

I want to configure the following variables as follow:

emergency_restart_threshold: 10
emergency_restart_interval: 1m
process_control_timeout: 10s

When adding these variables to the vars they get ignored.

How to do?