idealista / java_role

Ansible role to install Java (OpenJDK, AdoptOpenJDK and Corretto)
https://hub.docker.com/r/idealista/jdk
Apache License 2.0
14 stars 18 forks source link

Solve Ansible Galaxy Warnings #63

Closed dortegau closed 4 years ago

dortegau commented 5 years ago

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
vicsufer commented 4 years ago

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

vicsufer commented 4 years ago

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
dortegau commented 4 years ago

merged! :)