Skip to content

Commit

Permalink
enable wsl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Dec 15, 2024
1 parent e78b36d commit a8408d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
dest: "{{ ansible_env.HOME }}/.condarc"
state: link

- name: Create symbolic link for wsl.conf
file:
src: "{{ role_path }}/wsl/wsl.conf"
dest: "/etc/wsl.conf"
state: link
force: yes
become: yes

- name: Setup nvm, nodejs
block:
- name: Git clone NVM
Expand Down
3 changes: 3 additions & 0 deletions roles/common/wsl/wsl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[boot]
systemd=true

0 comments on commit a8408d4

Please sign in to comment.