Enable systemd in WSL
This commit is contained in:
7
roles/wsl/handlers/main.yaml
Normal file
7
roles/wsl/handlers/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: restart systemd-binfmt
|
||||
become: true
|
||||
systemd:
|
||||
name: systemd-binfmt
|
||||
enabled: true
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user