Add git chocolatey package install

This commit is contained in:
Kenneth Benzie 2022-05-12 20:29:45 +01:00
parent 51d48f7f49
commit 179273c22b

View File

@ -1,4 +1,15 @@
---
- name: install chocolatey package
win_chocolatey:
name: git
package_params: >-
/GitAndUnixToolsOnPath
/NoShellIntegration
/NoGuiHereIntegration
/NoCredentialManager
/NoOpenSSH
state: latest
- name: clone config repos
win_git:
repo: '{{item.repo}}'
@ -6,4 +17,7 @@
version: master
with_items: '{{git_config_repos}}'
# TODO: - name: install pip packages
# - TODO: install pip packages
# win_pip:
# name: '{{git_pip_packages}}'
# state: latest