--- - name: install chocolatey package win_chocolatey: name: wezterm state: latest - name: clone config repo win_git: repo: git@git.infektor.net:config/wezterm.git dest: '{{ansible_env.USERPROFILE}}/.config/wezterm'