14 lines
341 B
YAML
14 lines
341 B
YAML
---
|
|
- name: install chocolatey packages
|
|
win_chocolatey:
|
|
name:
|
|
- python
|
|
state: latest
|
|
|
|
# TODO: - name: install config repo
|
|
# TODO: - name: set repo email
|
|
# TODO: - name: install pip packages
|
|
# TODO: - name: create config directories/files
|
|
|
|
# TODO: https://docs.python.org/3/using/windows.html#removing-the-max-path-limitation
|