Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use supported ansible-lint action; run ansible-lint against the collection #178

Merged
merged 1 commit into from
Jan 8, 2024

Commits on Jan 6, 2024

  1. ci: Use supported ansible-lint action; run ansible-lint against the c…

    …ollection
    
    The old ansible-community ansible-lint is deprecated.  There is a
    new ansible-lint github action.
    
    The latest Ansible repo gating tests run ansible-lint against
    the collection format instead of against individual roles.
    We have to convert the role to collection format before running
    ansible-test.
    
    This also requires tox-lsr 3.2.1 - bump other actions to use 3.2.1
    
    Role developers can run this locally using
    `tox -e collection,ansible-lint-collection`
    See linux-system-roles/tox-lsr#125
    
    Signed-off-by: Rich Megginson <rmeggins@redhat.com>
    richm committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2b90048 View commit details
    Browse the repository at this point in the history