Skip to content

Commit 8ebc5ff

Browse files
committed
fixup! ansible: pin Python 3 to 3.10.8
1 parent 753cafe commit 8ebc5ff

File tree

1 file changed

+2
-0
lines changed
  • ansible/roles/baselayout-windows/tasks

1 file changed

+2
-0
lines changed

ansible/roles/baselayout-windows/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
- name: install Python 3
1616
win_chocolatey:
17+
install_args: Include_launcher=1
1718
name: python3
1819
pinned: yes
1920
version: "3.10.8"
2021

2122
- name: install Python 3
2223
win_chocolatey:
24+
install_args: Include_launcher=1
2325
name: python
2426
pinned: yes
2527
version: "3.10.8"

0 commit comments

Comments
 (0)