update conditions on when to set feature compability version to mongo only use new flag
This commit is contained in:
parent
9d25d47f22
commit
0179c230ca
|
@ -123,7 +123,7 @@
|
|||
tags: mongodump
|
||||
|
||||
- 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:
|
||||
container: rocketchat_mongo_1
|
||||
command: >
|
||||
|
|
Loading…
Reference in New Issue