Skip to content
Snippets Groups Projects
Commit 96a780d7 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Fixed mode for systemd units

parent 0e453843
No related branches found
No related tags found
No related merge requests found
......@@ -21,13 +21,13 @@
template:
src: systemd/system/ninjabot.service.j2
dest: /etc/systemd/system/ninjabot.service
mode: 0755
mode: 0644
- name: Deploy NinjaBot webhook systemd unit
template:
src: systemd/system/ninjabot-webhook.service.j2
dest: /etc/systemd/system/ninjabot-webhook.service
mode: 0755
mode: 0644
- name: Load and activate NinjaBot service
systemd:
......
......@@ -3,7 +3,7 @@
template:
src: "systemd/system/home.mount.j2"
dest: "/etc/systemd/system/home-{{ item }}.mount"
mode: 0755
mode: 0644
loop:
- a
- b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment