Skip to content

Commit

Permalink
fix(py312/py313): syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed May 11, 2024
1 parent 9fbc8fc commit 6a2c96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/python3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
ansible.builtin.include_tasks:
file: python_generic.yml
vars:
py_data: py312
py_data: "{{ py312 }}"
when: python_312

- name: Install Python 3.13
ansible.builtin.include_tasks:
file: python_generic.yml
vars:
py_data: py313
py_data: "{{ py313 }}"
when: python_313

0 comments on commit 6a2c96a

Please sign in to comment.