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

@@ -37,11 +37,6 @@
dest: '{{ansible_env.USERPROFILE}}/.config/{{item.name}}'
version: master
with_items: '{{git_config_repos}}'
- win_owner:
path: '{{ansible_env.USERPROFILE}}/.config/{{item.name}}'
user: Benie
recurse: true
with_items: '{{git_config_repos}}'
# - TODO: install pip packages
# win_pip: