ansible/run-ansible-lint
Run Ansible Lint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments to be passed to ansible-lint command. | no | "" |
| setup_python | If false, this action will not setup python and will instead rely on the already installed python. | no | true |
| python_version | The version of Python to use when setting up Python environment. Default is 3.14. | no | 3.14 |
| working_directory | The directory where to run ansible-lint from. Default is `github.workspace`. | no | "" |
| requirements_file | Path to the requirements YAML file to install role and collection dependencies. | no | "" |
| expected_return_code | (Internal use only) Expected return code from ansible-lint. Default is 0. Used for self-testing purposes. | no | 0 |
| override_version | The branch, tag, or commit to use for ansible-lint. | no | "" |
| gh_action_ref | (Deprecated) Use 'override_version' instead. | no | "" |
Outputs
no outputs