Fix systemd service file permissions

This commit is contained in:
Nicolas Boutet 2019-05-15 17:09:06 +02:00
parent 45309059e9
commit 08fc1f82b9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
update_cache: yes update_cache: yes
- name: Add systemd configuration if present - 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 when: mongodb_is_systemd
- name: Add symlink for systemd - name: Add symlink for systemd