Make Windows .exe's work with systemd enabled

This commit is contained in:
Kenneth Benzie 2023-05-12 22:20:31 +01:00
parent d4393851b1
commit 910be1641d

View File

@ -17,6 +17,13 @@
src: templates/hosts.j2
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
file:
dest: external