idealista/java_role

Solve Ansible Galaxy Warnings

dortegau opened this issue · 3 comments

Prerequisites

Description

Solve Ansible Galaxy warnings:

Warnings: 3
2 E405:  Remote package tasks should have a retry
1 E204:  Lines should be no longer than 120 chars

Warnings: 1
1 YAML_ERROR: syntax error: expected , but found ''

New output from ansible-lint:

[301] Commands should not change things if nothing needs doing
molecule/adoptopenjdk/verify.yml:39
Task/Handler: Register test files

[301] Commands should not change things if nothing needs doing
molecule/adoptopenjdk/verify.yml:43
Task/Handler: Execute Goss tests

[301] Commands should not change things if nothing needs doing
molecule/corretto/verify.yml:39
Task/Handler: Register test files

[301] Commands should not change things if nothing needs doing
molecule/corretto/verify.yml:43
Task/Handler: Execute Goss tests

[301] Commands should not change things if nothing needs doing
molecule/default/verify.yml:61
Task/Handler: Register test files

[301] Commands should not change things if nothing needs doing
molecule/default/verify.yml:65
Task/Handler: Execute Goss tests

merged! :)