add support for debian bullseye
This commit is contained in:
parent
75e21a2e2e
commit
e571605b7a
1 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +1 @@
|
|||
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% endif %}{% if ansible_distribution_release == 'buster' %}7.3{% endif %}"
|
||||
monitoring:
|
||||
checks:
|
||||
local:
|
||||
nginx_status: {}
|
||||
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% elif ansible_distribution_release == 'buster' %}7.3{% elif ansible_distribution_release == 'bullseye' %}7.4{% endif %}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue