Release 22.01 #142

Merged
jlecour merged 189 commits from unstable into stable 2022-01-25 18:30:09 +01:00
3 changed files with 7 additions and 1 deletions
Showing only changes of commit d38119eb0f - Show all commits

View file

@ -22,6 +22,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed
* nginx : fix variable name and debug to actually use nginx-light
### Removed
### Security

View file

@ -2,6 +2,10 @@
- debug:
msg: "Nginx minimal mode has been removed, falling back to normal mode."
when: not nginx_minimal | bool
- debug:
msg: "Nginx minimal mode has been set, using minimal mode."
when: nginx_minimal | bool
- include: packages.yml

View file

@ -1,7 +1,7 @@
- set_fact:
nginx_package_name_default: nginx-light
nginx_default_package_name: nginx-light
when: nginx_minimal | bool
- include: packages_backports.yml