Skip to content

Bump ansible-lint to v25.2.0#1939

Merged
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
ffais:upgrade-ansible-lint
Mar 31, 2026
Merged

Bump ansible-lint to v25.2.0#1939
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
ffais:upgrade-ansible-lint

Conversation

@ffais
Copy link
Copy Markdown
Contributor

@ffais ffais commented Feb 26, 2026

Change description

Upgrade ansible-lint to a newer version 25.2.0.

There're some rule violations with the new version, some of these are easily fixable, while others should be added to the ignore file. Do you think these changes should be made in this PR or in a dedicated one? @drew-viles @mboersma

# Rule Violation Summary
  6 command-instead-of-module profile:basic tags:command-shell,idiom
 11 command-instead-of-shell profile:basic tags:command-shell,idiom
  4 jinja profile:basic tags:formatting
  3 schema profile:basic tags:core
 89 name profile:basic tags:idiom
  3 name profile:basic tags:idiom
 86 var-naming profile:basic tags:idiom
 10 yaml profile:basic tags:formatting,yaml
  1 name profile:basic tags:idiom
  5 package-latest profile:basic tags:idempotency
  1 ignore-errors profile:basic tags:unpredictability
 60 no-changed-when profile:basic tags:command-shell,idempotency

Related issues

This is a copy of #1935 that was closed by mistake.

Signed-off-by: ffais <ffais@fbk.eu>
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 26, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Hi @ffais. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 26, 2026
@k8s-triage-robot
Copy link
Copy Markdown

Unknown CLA label state. Rechecking for CLA labels.

Send feedback to sig-contributor-experience at kubernetes/community.

/check-cla
/easycla

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 26, 2026
@mboersma
Copy link
Copy Markdown
Contributor

/ok-to-test

Do you think these changes should be made in this PR or in a dedicated one?

I think this is great as-is. We can open further PRs to fix linter errors and remove them from the ignore file.

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 26, 2026
@mboersma
Copy link
Copy Markdown
Contributor

/retest

403 rate limiting error.

@ffais
Copy link
Copy Markdown
Contributor Author

ffais commented Feb 27, 2026

Now the download of containerd is failing.

/test pull-gcp-all

@ffais
Copy link
Copy Markdown
Contributor Author

ffais commented Mar 2, 2026

/test pull-gcp-all

@ffais
Copy link
Copy Markdown
Contributor Author

ffais commented Mar 2, 2026

I really don't understand why google is failing.

@mboersma
Copy link
Copy Markdown
Contributor

/retest

Copy link
Copy Markdown
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

Thanks @ffais! Sorry for the delay.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 31, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mboersma

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 31, 2026
@mboersma
Copy link
Copy Markdown
Contributor

/override pull-azure-vhds

Transient network error downloading crictl for azl3.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@mboersma: Overrode contexts on behalf of mboersma: pull-azure-vhds

Details

In response to this:

/override pull-azure-vhds

Transient network error downloading crictl for azl3.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot merged commit 851caa2 into kubernetes-sigs:main Mar 31, 2026
13 checks passed
@ffais ffais deleted the upgrade-ansible-lint branch March 31, 2026 19:38
vomba pushed a commit to elastisys/image-builder that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update ansible-lint to a newer version

5 participants