Skip to content

ci: Ansible version must be string, not float [citest_skip]#333

Merged
richm merged 1 commit intomainfrom
ensure-ansible-ver-is-string
Feb 17, 2026
Merged

ci: Ansible version must be string, not float [citest_skip]#333
richm merged 1 commit intomainfrom
ensure-ansible-ver-is-string

Conversation

@richm
Copy link
Collaborator

@richm richm commented Feb 17, 2026

The ansible version is specified as a YAML floating point number. This causes
2.20 to be converted to 2.2 which breaks platforms that use ansible 2.20.
Ensure it and similar version numbers are specified in YAML as strings.

Signed-off-by: Rich Megginson rmeggins@redhat.com

The ansible version is specified as a YAML floating point number.  This causes
`2.20` to be converted to `2.2` which breaks platforms that use ansible 2.20.
Ensure it and similar version numbers are specified in YAML as strings.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
@richm richm self-assigned this Feb 17, 2026
@richm richm merged commit 7bda8e4 into main Feb 17, 2026
10 checks passed
@richm richm deleted the ensure-ansible-ver-is-string branch February 17, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments