Initial update to 6.0.0-dev0: remove support of ansible-core<2.16.0 and k8s inventory plugin #543
linters.yaml
on: pull_request
linters
/
Runs code linting tests
22s
ansible-lint
21s
Annotations
2 errors and 2 warnings
var-naming[no-reserved]:
plugins/connection/kubectl.py#L46
Variables names must not be Ansible reserved names. (namespace)
|
ansible-lint
Process completed with exit code 1.
|
no-changed-when:
plugins/connection/kubectl.py#L184
Commands should not change things if nothing needs doing.
|
no-changed-when:
plugins/connection/kubectl.py#L184
Commands should not change things if nothing needs doing.
|