Fix(Choux): try other systemd user config

This commit is contained in:
2018-11-29 18:14:03 +01:00
parent 0759e5c55a
commit ffb1ddcc2d
2 changed files with 4 additions and 1 deletions

View File

@@ -14,4 +14,7 @@
enabled: yes
state: started
scope: user
become: yes
become_user: "{{ item.username }}"
with_items: "{{ me }}"