Ensure win_owner is recursive for win_git repos

This commit is contained in:
Kenneth Benzie 2022-10-29 12:59:19 +01:00
parent 6a4a182cf5
commit b159445520
5 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
- win_owner:
path: '{{autohotkey_repo_dir}}'
user: Benie
recurse: true
- name: create scheduled task
win_scheduled_task:

View File

@ -40,6 +40,7 @@
- win_owner:
path: '{{ansible_env.USERPROFILE}}/.config/{{item.name}}'
user: Benie
recurse: true
with_items: '{{git_config_repos}}'
# - TODO: install pip packages

View File

@ -15,6 +15,7 @@
- win_owner:
path: '{{nvim_config_dir}}'
user: Benie
recurse: true
# - TODO: neovim set repo email
# win_git_config:

View File

@ -15,3 +15,4 @@
- win_owner:
path: '{{obsidian_notes_repo}}'
user: Benie
recurse: true

View File

@ -11,6 +11,7 @@
- win_owner:
path: '{{powershell_config_dir}}'
user: Benie
recurse: true
- name: install chocolatey package
win_chocolatey: