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 753cafe commit 8ebc5ffCopy full SHA for 8ebc5ff
ansible/roles/baselayout-windows/tasks/main.yml
@@ -14,12 +14,14 @@
14
15
- name: install Python 3
16
win_chocolatey:
17
+ install_args: Include_launcher=1
18
name: python3
19
pinned: yes
20
version: "3.10.8"
21
22
23
24
25
name: python
26
27
0 commit comments