mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-12 06:24:14 +00:00
Fix systemd service file permissions
This commit is contained in:
parent
45309059e9
commit
08fc1f82b9
@ -59,7 +59,7 @@
|
||||
update_cache: yes
|
||||
|
||||
- name: Add systemd configuration if present
|
||||
copy: src=mongodb.service dest=/lib/systemd/system/mongodb.service owner=root group=root mode=0640
|
||||
copy: src=mongodb.service dest=/lib/systemd/system/mongodb.service owner=root group=root mode=0644
|
||||
when: mongodb_is_systemd
|
||||
|
||||
- name: Add symlink for systemd
|
||||
|
Loading…
x
Reference in New Issue
Block a user