From ffb1ddcc2d99e008630754e59a40935210c4eb69 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 29 Nov 2018 18:14:03 +0100 Subject: [PATCH] Fix(Choux): try other systemd user config --- Choux.yml | 2 +- tasks/arch_CLI_music.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Choux.yml b/Choux.yml index 604a975..5767fec 100644 --- a/Choux.yml +++ b/Choux.yml @@ -14,8 +14,8 @@ - include: tasks/sudo.yml - include: tasks/ssh.yml - include: tasks/arch_python.yml - - include: tasks/arch_CLI_music.yml - include: tasks/arch_aur.yml + - include: tasks/arch_CLI_music.yml - include: tasks/arch_gnome.yml - include: tasks/arch_graphicals.yml - include: tasks/dotfiles.yml diff --git a/tasks/arch_CLI_music.yml b/tasks/arch_CLI_music.yml index ee5dd29..483abf2 100644 --- a/tasks/arch_CLI_music.yml +++ b/tasks/arch_CLI_music.yml @@ -14,4 +14,7 @@ enabled: yes state: started scope: user + become: yes + become_user: "{{ item.username }}" + with_items: "{{ me }}"