Skip to content

Migration of sshConnection module for netscaler adc #277

Migration of sshConnection module for netscaler adc

Migration of sshConnection module for netscaler adc #277

Triggered via pull request December 10, 2024 13:35
Status Failure
Total duration 1m 3s
Artifacts

lint.yml

on: pull_request
ansible-lint
53s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
command-instead-of-shell: examples/ssh_connections/echo_hello.yaml#L12
Use shell only when shell functionality is required.
no-changed-when: examples/ssh_connections/echo_hello.yaml#L12
Commands should not change things if nothing needs doing.
command-instead-of-shell: examples/ssh_connections/multiple_plays.yaml#L12
Use shell only when shell functionality is required.
no-changed-when: examples/ssh_connections/multiple_plays.yaml#L12
Commands should not change things if nothing needs doing.
yaml[truthy]: examples/ssh_connections/multiple_plays.yaml#L30
Truthy value should be one of [false, true]
yaml[document-start]: examples/ssh_connections/nscli_command.yaml#L1
Missing document start "---"
command-instead-of-shell: examples/ssh_connections/nscli_command.yaml#L14
Use shell only when shell functionality is required.
no-changed-when: examples/ssh_connections/nscli_command.yaml#L14
Commands should not change things if nothing needs doing.
command-instead-of-shell: examples/ssh_connections/override_generic_tasks.yaml#L6
Use shell only when shell functionality is required.
jinja[spacing]: examples/ssh_connections/nscli_command.yaml#L14
Jinja2 spacing could be improved: nscli -s -U :nsroot:{{nitro_pass}} {{ nscli_command }} -> nscli -s -U :nsroot:{{ nitro_pass }} {{ nscli_command }}
jinja[spacing]: examples/ssh_connections/show_tech_support.yaml#L14
Jinja2 spacing could be improved: nscli -s -U :nsroot:{{nitro_pass}} show techsupport -> nscli -s -U :nsroot:{{ nitro_pass }} show techsupport