From 92bc333208cdde126e8582b786cc5c8d20b3d106 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 17 Dec 2017 22:20:38 +0100 Subject: [PATCH] last fixes - lets test --- install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.yml b/install.yml index 2466810..8b16487 100644 --- a/install.yml +++ b/install.yml @@ -255,7 +255,7 @@ - name: SSH-agent as a service block: - shell: creates=~/.config/systemd/user/ssh-agent.service stow ssh-agent - - systemd: name=ssh-agent state=started enabled=yes user=yes + - systemd: name=ssh-agent state=started enabled=yes user=yes daemon_reload=yes tags: - desktop - laptop @@ -269,7 +269,7 @@ - weechat become: True - shell: creates=~/.config/systemd/user/weechat.service stow weechat - - systemd: name=weechat state=started enabled=yes user=yes + - systemd: name=weechat state=started enabled=yes user=yes daemon_reload=yes tags: - desktop - laptop