From 08fc1f82b9df5e2fd0921102e2eb621de12eda35 Mon Sep 17 00:00:00 2001 From: Nicolas Boutet Date: Wed, 15 May 2019 17:09:06 +0200 Subject: [PATCH] Fix systemd service file permissions --- tasks/install.debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.debian.yml b/tasks/install.debian.yml index c164379..da92602 100644 --- a/tasks/install.debian.yml +++ b/tasks/install.debian.yml @@ -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