Add git chocolatey package install
This commit is contained in:
parent
51d48f7f49
commit
179273c22b
@ -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
|
- name: clone config repos
|
||||||
win_git:
|
win_git:
|
||||||
repo: '{{item.repo}}'
|
repo: '{{item.repo}}'
|
||||||
@ -6,4 +17,7 @@
|
|||||||
version: master
|
version: master
|
||||||
with_items: '{{git_config_repos}}'
|
with_items: '{{git_config_repos}}'
|
||||||
|
|
||||||
# TODO: - name: install pip packages
|
# - TODO: install pip packages
|
||||||
|
# win_pip:
|
||||||
|
# name: '{{git_pip_packages}}'
|
||||||
|
# state: latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user