don't lint pipelines for now #426
main.yml
on: push
ansible-lint
1m 21s
molecule
47s
Matrix: vagrant
Annotations
5 errors
var-naming[no-jinja]:
roles/forklift_versions/tasks/versions.yml#L14
Variables names must not contain jinja2 templating. (set_fact: {{ item.key }})
|
partial-become[task]:
roles/katello_test/tasks/main.yml#L17
``become_user`` should have a corresponding ``become`` at the play or task level.
|
partial-become[task]:
roles/katello_test/tasks/main.yml#L25
``become_user`` should have a corresponding ``become`` at the play or task level.
|
partial-become[task]:
roles/katello_test/tasks/main.yml#L33
``become_user`` should have a corresponding ``become`` at the play or task level.
|
ansible-lint
Process completed with exit code 2.
|