Skip to content
Snippets Groups Projects
Commit aeee05b2 authored by Lars Beckers's avatar Lars Beckers
Browse files

uwsgi-python: adapt debian codename variable to standard scheme

parent 2e6d6c8c
No related branches found
No related tags found
1 merge request!14Bullseye Compatibility
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
......@@ -13,7 +13,7 @@
- name: Enable Postgres APT repository
apt_repository:
# yamllint disable-line rule:line-length
repo: "deb https://apt.postgresql.org/pub/repos/apt/ {{ debian_version }}-pgdg main"
repo: "deb https://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main"
- name: Debconf pgadmin4
debconf:
......@@ -35,7 +35,7 @@
apt:
name: python3-flaskext.wtf
default_release: stretch-pgdg
when: debian_version == "stretch"
when: ansible_distribution_release == "stretch"
- name: Fix directory permissions
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment