lint-ansible component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/lint-ansible@stable
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| allow-failure | Should the pipeline continue if linting fails? | false | boolean |
| args | -v | string | |
| name | ansible | string | |
| needs | The jobs that this job depends on. | [] | array |
| path | Ansible project root | . | string |
| rules | The rules that this job depends on. | [{"when":"always"}] | array |
| stage | The pipeline stage that the job will belong to. | lint | string |