Combine dependabot bumps and fix pre-commit CI - #154
Merged
djdanielsson merged 8 commits intoAug 27, 2026
Conversation
GitHub Actions runners no longer provide py3.11/py3.13 for the default 3.x setup-python job. Add skip_missing_interpreters and align skip list with aap_configuration_extended so sanity tests skip missing interpreters instead of failing the workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
Merge ansible-content-actions workflow updates and ansible-content-prek-actions v26.7.2, and install awx.awx collections before ansible-lint in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
Tompage1994
approved these changes
Aug 27, 2026
Install collections outside the workspace so ansible-lint does not lint the awx.awx collection files bundled in the checkout. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove any stale awx.awx install from ~/.ansible/collections before ansible-lint runs so module resolution uses a complete collection. Co-authored-by: Cursor <cursoragent@cursor.com>
Install the dependency on Ansible's project collections path and exclude that directory from linting so short module names resolve without scanning awx.awx sources. Co-authored-by: Cursor <cursoragent@cursor.com>
Role meta declares collections: [awx.awx], so syntax-check resolves short names through that collection stub. Mock the awx.awx.* (and ansible.controller.*) module names so the stub provides them. Drop the ineffective CI collection-install workarounds. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ansible/ansible-content-actionsworkflows (build_import,changelog,sanity) toc81d405fansible-content-prek-actionsfrom v26.4.6 to v26.7.2awx.awxcollections before running ansible-lint (resolvessyntax-check[unknown-module]failures caused by missing collection modules)Test plan
Closes #150, closes #151, closes #152, closes #153
Made with Cursor