temp!
This commit is contained in:
@@ -31,17 +31,17 @@
|
||||
- include_tasks: Windows-installer.yaml
|
||||
when: git_run_installer
|
||||
|
||||
- name: clone config repos
|
||||
win_git:
|
||||
repo: '{{item.repo}}'
|
||||
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}}'
|
||||
# - name: clone config repos
|
||||
# win_git:
|
||||
# repo: '{{item.repo}}'
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user