mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
Fix yamllint errors
This commit is contained in:
parent
ee59148fb9
commit
19043541f1
1 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
|||
uv_python:
|
||||
version: 3.14
|
||||
state: present
|
||||
check_mode: yes
|
||||
check_mode: true
|
||||
register: failed_install
|
||||
ignore_errors: true
|
||||
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
uv_python:
|
||||
version: 3.14
|
||||
state: present
|
||||
check_mode: yes
|
||||
check_mode: true
|
||||
register: install_check_mode
|
||||
|
||||
- name: Verify python 3.14 installation in check mode
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
uv_python:
|
||||
version: 3.13
|
||||
state: latest
|
||||
check_mode: yes
|
||||
check_mode: true
|
||||
register: upgrade_python
|
||||
|
||||
- name: Verify python 3.13 upgrade in check mode
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
uv_python:
|
||||
version: 3.13
|
||||
state: latest
|
||||
check_mode: yes
|
||||
check_mode: true
|
||||
register: upgrade_python
|
||||
|
||||
- name: Verify python 3.13 upgrade again
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue