Resolve error in single-node installation
This commit is contained in:
parent
61b008311c
commit
5f101340de
|
@ -8,12 +8,12 @@
|
||||||
tags: [mongodb]
|
tags: [mongodb]
|
||||||
|
|
||||||
- include: replication_init_auth.yml
|
- include: replication_init_auth.yml
|
||||||
when: ( mongodb_conf_replSet is defined and mongodb_conf_auth
|
when: ( mongodb_conf_replSet and mongodb_conf_auth
|
||||||
and mongodb_master is defined and mongodb_master )
|
and mongodb_master is defined and mongodb_master )
|
||||||
tags: [mongodb]
|
tags: [mongodb]
|
||||||
|
|
||||||
- include: replication.yml
|
- include: replication.yml
|
||||||
when: mongodb_conf_replSet is defined
|
when: mongodb_conf_replSet
|
||||||
tags: [mongodb]
|
tags: [mongodb]
|
||||||
|
|
||||||
- include: auth_initialization.yml
|
- include: auth_initialization.yml
|
||||||
|
|
Loading…
Reference in New Issue