Fix(Choux): try other systemd user config

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

View File

@ -14,8 +14,8 @@
- include: tasks/sudo.yml - include: tasks/sudo.yml
- include: tasks/ssh.yml - include: tasks/ssh.yml
- include: tasks/arch_python.yml - include: tasks/arch_python.yml
- include: tasks/arch_CLI_music.yml
- include: tasks/arch_aur.yml - include: tasks/arch_aur.yml
- include: tasks/arch_CLI_music.yml
- include: tasks/arch_gnome.yml - include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml - include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml - include: tasks/dotfiles.yml

View File

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