Skip to content

Commit bf8f194

Browse files
committed
do not check cluster memers in standalone
1 parent aeef30c commit bf8f194

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/mongo/tasks/postinstall.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
verbosity: 2
4141
loop:
4242
"{{ mongo_cluster_members }}"
43+
when: mongo_mode == "cluster"
4344

4445
- name: Create mongosh config file
4546
ansible.builtin.template:

0 commit comments

Comments
 (0)