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.
1 parent b0259fb commit a79083bCopy full SHA for a79083b
tasks/configure.yml
@@ -32,7 +32,7 @@
32
- name: Create keyFile
33
ansible.builtin.copy:
34
dest: "{{ mongodb_security_keyfile }}"
35
- content: "{{ mongodb_keyfile_content }}"
+ content: "{{ mongodb_keyfile_content | join('\n') }}"
36
owner: "{{ mongodb_user }}"
37
group: root
38
mode: 0600
0 commit comments