add support for debian bullseye

This commit is contained in:
nd 2021-07-11 16:16:17 +02:00
parent 75e21a2e2e
commit e571605b7a
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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 %}"