linux-system-roles / certificate

Role for managing TLS/SSL certificate issuance and renewal
https://linux-system-roles.github.io/certificate/
MIT License
30 stars 20 forks source link

ci: Add supported_ansible_also to .ansible-lint #226

Closed richm closed 1 month ago

richm commented 1 month ago

This fixes the breakage of ansible-test.

We want to advertise support for ansible 2.14 since some of our collections will be supported for a long time on this version. The latest version of ansible-lint requires 2.15 in meta/runtime.yml, but it also adds support for a way to tell ansible-lint other versions which are acceptable, using the new supported_ansible_also configuration option in .ansible-lint

With this fix, we can support both the latest version of ansible-test and ansible-lint.

See https://github.com/linux-system-roles/auto-maintenance/pull/341 for more information.

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

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 32.95%. Comparing base (ac27251) to head (8241902). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #226 +/- ## ======================================= Coverage 32.95% 32.95% ======================================= Files 3 3 Lines 613 613 Branches 128 128 ======================================= Hits 202 202 Misses 411 411 ``` | [Flag](https://app.codecov.io/gh/linux-system-roles/certificate/pull/226/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | Coverage Δ | | |---|---|---| | [sanity](https://app.codecov.io/gh/linux-system-roles/certificate/pull/226/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | `32.95% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.