Below you will find pages that utilize the taxonomy term “ansible”
January 16, 2026
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v26.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates ansible-lint into your workflows, allowing automated linting of Ansible playbooks without requiring local installation. It helps identify and improve suboptimal practices and behaviors in your Ansible codebase, ensuring better quality and conformity to best practices.
January 8, 2026
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v26.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates ansible-lint into your CI/CD workflows, automating the process of checking Ansible playbooks for potential improvements and best practices. It simplifies and streamlines the use of ansible-lint by running it directly within GitHub Actions, eliminating the need for manual installation, and supports tasks like dependency installation and Python environment setup.
December 22, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.12.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action allows users to automate the use of ansible-lint to check Ansible playbooks for best practices and potential issues, ensuring code quality and consistency. It simplifies the setup by running ansible-lint directly in workflows without requiring manual installation, making it ideal for continuous integration pipelines.
December 10, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.12.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Features feat(action): Allow users to override python_version (#4829) @konstruktoid Fixes fix: avoid stacktrace when ansible syntax check does not return filename (#4864) @ssbarnea fix: change setup-python action to specific commit (#4856) @arcanis fix: autofix comments missing space after hash (#4855) @emmanuel-ferdman Maintenance chore(deps): update all dependencies (#4863) @renovate[bot] chore: pre-commit autoupdate (#4859) @pre-commit-ci[bot] chore: adopt pytest>=9.
December 2, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.12.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Maintenance chore: Remove cffi, importlib-metadata, reduce core lower bound (#4860) @cidrblock
November 25, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.11.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Features feat: detect missing prefix in role’s handlers vars (#4826) @cavcrosby Fixes Migrate RTD URLs to docs.ansible.com (#4842) @gundalow fix: Pass module spec via stdin instead of command line args (#4844) @apollo13 fix: Update mypy python version to 3.
July 30, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.7.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Enhancements Use ‘x-ansible-lint’ key for path patterns in schema tests (#4690) @alisonlhart Address disable_lookups deprecation with ansible-core 2.19 (#4683) @ssbarnea Add auto-fixing implementation for pattern rule (#4679) @shatakshiiii Remove patterns specific playbook meta folder (#4669) @alisonlhart Allow loading of yamllint config from a different location (#4644) @dbrennand Add new rule to validate pattern directory structure (#4662) @shatakshiiii Add play argspec schema validation to schema rule (#4667) @alisonlhart Add schema check for validating pattern specification file (#4653) @shatakshiiii Enable testing with python 3.
June 19, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.6.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bugfixes Revert ‘Don’t pass deprecated disable_lookups to template function’ (#4650) @alisonlhart
June 18, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.6.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Enhancements Add skip option to ansible-lint-ignore file (#4614) @ianw Adding rule to require unique task names (#4628) @djdanielsson Bugfixes Update format of license in packaging metadata (#4641) @ssbarnea Add noqa skips in otherwise empty lines to the next non-empty line (#4567) @StopMotionCuber Address too many values to unpack when there’s subdirectories for roles (#4566) @tombosmansibm Don’t pass deprecated disable_lookups to template function (#4593) @leegarrett Allow running with read-only virtualenvs (#4529) @ssbarnea Make utils.
May 26, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bugfixes schema/meta: support SLES 15SP6 (#4591) @Finkregh Update documentation to reflect creator-ee deprecation (#4598) @shatakshiiii Maintenance replace unmaintained creator-ee with community-ansible-dev-tools (#4581) @docgalaxyblock Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4609) @dependabot[bot] Bump the dependencies group in /.
April 28, 2025
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v25.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bugfixes Fix type issue affecting builds (#4595) @ssbarnea chore(schema): Add Fedora:42 to schema (#4583) @andrewrothstein Package Latest: Use DNF for Examples (#4576) @amayer5125 chore(schema): add missing ubuntu codenames (#4572) @uberjew666