Setup wsl default user

master
Michael Mandl 2020-11-11 15:43:28 +01:00 committed by Michael Mandl
parent d1c0257d8c
commit 036dbccad9
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: set wsl default user to {{ username }}
ini_file:
path: /etc/wsl.conf
section: user
option: default
value: "{{ username }}"

View File

@ -9,6 +9,7 @@
- update-packages
- user-account
# - github-auth
- wsl-default-user
- dotfiles
- git
- tmux