mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Fix typo
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
479b633306
commit
1858a586b4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
- name: Install python 3.14 when no uv executable exists
|
||||
- name: Install Python 3.14 when no uv executable exists
|
||||
uv_python:
|
||||
version: 3.14
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue