release 22.07.1 #160

Merged
jlecour merged 21 commits from unstable into stable 2022-07-28 13:51:58 +02:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 0b41efd188 - Show all commits

View file

@ -14,6 +14,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed
* mongodb: replace version_compare() with version()
### Fixed
### Removed

View file

@ -4,7 +4,7 @@
msg: Not compatible with Debian 11 (Bullseye)
when:
- ansible_distribution_release == "bullseye"
- mongodb_version is version_compare('5.0', '<=')
- mongodb_version is version('5.0', '<=')
- name: MongoDB embedded GPG key is absent