Releases: Kwpolska/ansible-nginx-uwsgi
Releases · Kwpolska/ansible-nginx-uwsgi
v2.4
Modernize supported distros list.
- Added: Fedora up until 35
- Added: AlmaLinux 8, Rocky Linux 8 (RHEL8-like )
- Added: Debian 11 (bullseye)
- Dropped official support for ancient distros: Debian 9, Ubuntu 16.04 LTS, Fedora before 33 (they are still likely to work, but not covered by CI)
v2.3
v2.2
v2.1
v2.0
Use a separate /srv/myapp/venv
directory instead of making /srv/myapp
a venv. This helps with in-place Python upgrades. Virtual environments should be considered ephemeral, so they are easy to recreate with 2 commands in under 10 minutes. This change helps with that (previously, deleting the venv required manually identifying its files.)