Skip to content

Commit a79083b

Browse files
committed
config: keyfile is now an array to be easier to handle in automations
1 parent b0259fb commit a79083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- name: Create keyFile
3333
ansible.builtin.copy:
3434
dest: "{{ mongodb_security_keyfile }}"
35-
content: "{{ mongodb_keyfile_content }}"
35+
content: "{{ mongodb_keyfile_content | join('\n') }}"
3636
owner: "{{ mongodb_user }}"
3737
group: root
3838
mode: 0600

0 commit comments

Comments
 (0)