We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5258b commit 80334efCopy full SHA for 80334ef
1 file changed
ansible/roles/baselayout-windows/tasks/main.yml
@@ -13,7 +13,18 @@
13
install_args: 'ADD_CMAKE_TO_PATH=System'
14
15
- name: install Python 3
16
- win_chocolatey: name=python
+ win_chocolatey:
17
+ install_args: Include_launcher=1
18
+ name: python3
19
+ pinned: yes
20
+ version: "3.10.8"
21
+
22
+- name: install Python 3
23
24
25
+ name: python
26
27
28
29
- name: install Python 2
30
win_chocolatey: name=python2
0 commit comments