Migration of sshConnection module for netscaler adc #277
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
|