Skip to content
Snippets Groups Projects

Bullseye Compatibility

Merged Lars Beckers requested to merge bullseye into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -44,10 +44,12 @@ log-x-forwarded-for =
{% if app_python_version == 2 %}
plugin = python27
{% elif app_python_version == 3 %}
{% if debian_version == "stretch" %}
{% if ansible_distribution_release == "stretch" %}
plugin = python35
{% elif debian_version == "buster" %}
{% elif ansible_distribution_release == "buster" %}
plugin = python37
{% elif ansible_distribution_release == "bullseye" %}
plugin = python39
{% endif %}
{% endif %}
{% if app_venv != '' %}
Loading