Merge pull request #158 from boutetnico/fix_systemd_perm

Fix systemd service file permissions
This commit is contained in:
Sergei Antipov 2019-05-20 20:21:01 -04:00 committed by GitHub
commit c38ca80891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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