Skip to content

Commit 6a2c96a

Browse files
committed
fix(py312/py313): syntax error
1 parent 9fbc8fc commit 6a2c96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/python3x.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
ansible.builtin.include_tasks:
8282
file: python_generic.yml
8383
vars:
84-
py_data: py312
84+
py_data: "{{ py312 }}"
8585
when: python_312
8686

8787
- name: Install Python 3.13
8888
ansible.builtin.include_tasks:
8989
file: python_generic.yml
9090
vars:
91-
py_data: py313
91+
py_data: "{{ py313 }}"
9292
when: python_313

0 commit comments

Comments
 (0)