Fix YAML lint issues #18

Closed
opened 2024-03-05 00:14:02 +00:00 by emil · 0 comments
Owner

Context

There are YAML linting errors that prevent ansible-lint from running. The ones we know about can be found below.

./extensions/molecule/default/converge.yml
  6:81      error    line too long (100 > 80 characters)  (line-length)
  10:81     error    line too long (91 > 80 characters)  (line-length)

Acceptance criteria

  • All linting errors (including the ones above) have been fixed.
  • No linting errors after the YAML code has been formatted.
# Context There are YAML linting errors that prevent `ansible-lint` from running. The ones we know about can be found below. ```bash ./extensions/molecule/default/converge.yml 6:81 error line too long (100 > 80 characters) (line-length) 10:81 error line too long (91 > 80 characters) (line-length) ``` # Acceptance criteria - [ ] All linting errors (including the ones above) have been fixed. - [ ] No linting errors after the YAML code has been formatted.
emil added the
Ways of working
Infrastructure
labels 2024-03-05 00:14:02 +00:00
emil added this to the v1.0.0 project 2024-03-05 00:14:02 +00:00
emil referenced this issue from a commit 2024-03-05 00:30:53 +00:00
emil closed this issue 2024-03-05 00:31:02 +00:00
Sign in to join this conversation.
No description provided.