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 61b0083 commit 5f10134Copy full SHA for 5f10134
tasks/main.yml
@@ -8,12 +8,12 @@
8
tags: [mongodb]
9
10
- include: replication_init_auth.yml
11
- when: ( mongodb_conf_replSet is defined 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 is defined
+ when: mongodb_conf_replSet
17
18
19
- include: auth_initialization.yml
0 commit comments