Fix(Choux): try other systemd user config
This commit is contained in:
@@ -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
|
||||
|
@@ -14,4 +14,7 @@
|
||||
enabled: yes
|
||||
state: started
|
||||
scope: user
|
||||
become: yes
|
||||
become_user: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
|
Reference in New Issue
Block a user