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.
mongodb_replication_params is undefined
1 parent 61b0083 commit 42487b9Copy full SHA for 42487b9
tasks/replication_init_auth.yml
@@ -11,6 +11,7 @@
11
host_type: "{{ item.host_type|default('replica') }}"
12
hidden: "{{ item.hidden|default(false) }}"
13
priority: "{{ item.priority|default(1.0) }}"
14
+ when: mongodb_replication_params is defined
15
with_items:
16
- "{{ mongodb_replication_params }}"
17
register: mongodb_replica_init
@@ -31,6 +32,7 @@
31
32
33
34
35
36
37
38
when: mongodb_replica_init|failed
0 commit comments