Skip to content

Commit 08fc1f8

Browse files
committed
Fix systemd service file permissions
1 parent 4530905 commit 08fc1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
update_cache: yes
6060

6161
- name: Add systemd configuration if present
62-
copy: src=mongodb.service dest=/lib/systemd/system/mongodb.service owner=root group=root mode=0640
62+
copy: src=mongodb.service dest=/lib/systemd/system/mongodb.service owner=root group=root mode=0644
6363
when: mongodb_is_systemd
6464

6565
- name: Add symlink for systemd

0 commit comments

Comments
 (0)