update conditions on when to set feature compability version to mongo only use new flag

This commit is contained in:
BSounder 2022-07-07 22:18:38 -07:00
parent 9d25d47f22
commit 0179c230ca
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
tags: mongodump tags: mongodump
- name: Set feature compability version if we are upgrading mongoDB - name: Set feature compability version if we are upgrading mongoDB
when: prev_mongo_version and set_feature_compat_version when: set_feature_compat_version
community.docker.docker_container_exec: community.docker.docker_container_exec:
container: rocketchat_mongo_1 container: rocketchat_mongo_1
command: > command: >