Migration of sshConnection module for netscaler adc #276
Annotations
10 errors and 3 warnings
command-instead-of-shell:
examples/ssh_connections/echo_hello.yaml#L12
Use shell only when shell functionality is required.
|
fqcn[action-core]:
examples/ssh_connections/echo_hello.yaml#L12
Use FQCN for builtin module actions (shell).
|
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.
|
fqcn[action-core]:
examples/ssh_connections/multiple_plays.yaml#L12
Use FQCN for builtin module actions (shell).
|
no-changed-when:
examples/ssh_connections/multiple_plays.yaml#L12
Commands should not change things if nothing needs doing.
|
fqcn[action-core]:
examples/ssh_connections/multiple_plays.yaml#L16
Use FQCN for builtin module actions (debug).
|
|
yaml[truthy]:
examples/ssh_connections/multiple_plays.yaml#L22
Truthy value should be one of [false, true]
|
yaml[truthy]:
examples/ssh_connections/multiple_plays.yaml#L30
Truthy value should be one of [false, true]
|
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
|
jinja[spacing]:
examples/ssh_connections/show_tech_support.yaml#L21
Jinja2 spacing could be improved: {{ (sts_output.stdout_lines | select('search', 'points to') | list | first ).split('points to --->')[1] | trim }} -> {{ (sts_output.stdout_lines | select('search', 'points to') | list | first).split('points to --->')[1] | trim }}
|