Fixed mode for systemd units

certbot_on_virtu
_benjamin 2019-12-13 14:02:04 +01:00
parent 0e45384307
commit 96a780d734
2 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@
template: template:
src: systemd/system/ninjabot.service.j2 src: systemd/system/ninjabot.service.j2
dest: /etc/systemd/system/ninjabot.service dest: /etc/systemd/system/ninjabot.service
mode: 0755 mode: 0644
- name: Deploy NinjaBot webhook systemd unit - name: Deploy NinjaBot webhook systemd unit
template: template:
src: systemd/system/ninjabot-webhook.service.j2 src: systemd/system/ninjabot-webhook.service.j2
dest: /etc/systemd/system/ninjabot-webhook.service dest: /etc/systemd/system/ninjabot-webhook.service
mode: 0755 mode: 0644
- name: Load and activate NinjaBot service - name: Load and activate NinjaBot service
systemd: systemd:

View File

@ -3,7 +3,7 @@
template: template:
src: "systemd/system/home.mount.j2" src: "systemd/system/home.mount.j2"
dest: "/etc/systemd/system/home-{{ item }}.mount" dest: "/etc/systemd/system/home-{{ item }}.mount"
mode: 0755 mode: 0644
loop: loop:
- a - a
- b - b