Add custom win_git module that actually works

This commit is contained in:
2023-07-27 22:09:45 +01:00
parent da132c5fb1
commit bec20420ff
8 changed files with 312 additions and 21 deletions

View File

@@ -5,13 +5,9 @@
- name: clone config repos
win_git:
repo: git@code.infektor.net:config/WindowsPowerShell.git
repo: https://code.infektor.net/config/WindowsPowerShell.git
dest: '{{powershell_config_dir}}'
branch: master
- win_owner:
path: '{{powershell_config_dir}}'
user: Benie
recurse: true
- name: install chocolatey package
win_chocolatey: