We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b58f4 commit aeef30cCopy full SHA for aeef30c
1 file changed
roles/mongo/tasks/generalconfig.yml
@@ -17,7 +17,7 @@
17
18
- name: Debug mongodb authentication check
19
ansible.builtin.debug:
20
- msg: "{{ mongo_authentication_disabled.stdout }}"
+ msg: "{{ mongo_authentication_disabled }}"
21
verbosity: 2
22
23
- name: configure primary or standalone
0 commit comments