Skip to content

Commit

Permalink
Fix target replicaset for update playbook (#35)
Browse files Browse the repository at this point in the history
* Fix target replicaset for update playbook

* Bump release number
  • Loading branch information
teddyphreak authored Jan 17, 2024
1 parent d31c379 commit 47684d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: nephelaiio
name: mongodb
version: 0.2.3
version: 0.2.4
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion playbooks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

- name: Wait for replica set to stabilize
community.mongodb.mongodb_status:
replica_set: "{{ mongos_replicaset_config_name | default('config') }}"
replica_set: "{{ mongos_replicaset_shard1_name | default('shard1') }}"
validate: minimal
poll: "{{ _mongodb_reconfig_poll }}"
interval: "{{ _mongodb_reconfig_interval }}"
Expand Down

0 comments on commit 47684d3

Please sign in to comment.