diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2ccee7..82e65832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mongodb/tasks/main_bullseye.yml b/mongodb/tasks/main_bullseye.yml index e31ffed3..78459863 100644 --- a/mongodb/tasks/main_bullseye.yml +++ b/mongodb/tasks/main_bullseye.yml @@ -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