Make Windows .exe's work with systemd enabled
This commit is contained in:
parent
d4393851b1
commit
910be1641d
@ -17,6 +17,13 @@
|
|||||||
src: templates/hosts.j2
|
src: templates/hosts.j2
|
||||||
dest: /etc/ansible/hosts
|
dest: /etc/ansible/hosts
|
||||||
|
|
||||||
|
- name: create binfmt_misc config file
|
||||||
|
become: true
|
||||||
|
template:
|
||||||
|
src: templates/binfmt_misc.j2
|
||||||
|
dest: /usr/lib/binfmt.d/WSLInterop.conf
|
||||||
|
notify: restart systemd-binfmt
|
||||||
|
|
||||||
- name: create external directory
|
- name: create external directory
|
||||||
file:
|
file:
|
||||||
dest: external
|
dest: external
|
||||||
|
Loading…
x
Reference in New Issue
Block a user