1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

last fixes - lets test

This commit is contained in:
eoli3n 2017-12-17 22:20:38 +01:00
parent 0f6016cda8
commit 92bc333208

@ -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