We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd0a0d commit b6e2ffeCopy full SHA for b6e2ffe
tasks/main.yml
@@ -8,12 +8,12 @@
8
tags: [mongodb]
9
10
- include: replication_init_auth.yml
11
- when: ( mongodb_conf_replSet and mongodb_conf_auth
+ when: ( mongodb_conf_replSet != "" and mongodb_conf_auth
12
and mongodb_master is defined and mongodb_master )
13
14
15
- include: replication.yml
16
- when: mongodb_conf_replSet
+ when: mongodb_conf_replSet != ""
17
18
19
- include: auth_initialization.yml
0 commit comments