Fix(Choux): try other systemd user config
This commit is contained in:
parent
0759e5c55a
commit
ffb1ddcc2d
@ -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
|
||||||
|
@ -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 }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user