-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--write mode creates problematic yaml output with list-of-lists #3226
Labels
AAP
Ansible Automation Platform
bug
critical
good first issue
Bugs ideal for the first time, good for newcomers contributors
Milestone
Comments
MarkusTeufelberger
pushed a commit
to mgit-at/ansible-collection-roles
that referenced
this issue
Mar 29, 2023
See ansible/ansible-lint#3226 Signed-off-by: Markus Teufelberger <[email protected]>
MarkusTeufelberger
pushed a commit
to mgit-at/ansible-collection-roles
that referenced
this issue
Apr 25, 2023
See ansible/ansible-lint#3226 Signed-off-by: Markus Teufelberger <[email protected]>
priyamsahoo
added
good first issue
Bugs ideal for the first time, good for newcomers contributors
and removed
new
Triage required
labels
Apr 26, 2023
I had a look into this and found the following:
Unfortunately, I did not find out how to fix the indentation of the inner sequences without screwing up the indentation of all other sequences. |
25 tasks
This is assigned to @Qalthos now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
AAP
Ansible Automation Platform
bug
critical
good first issue
Bugs ideal for the first time, good for newcomers contributors
Summary
Running
ansible-lint --write
on https://github.com/ansible-collections/collection_template rewrites some files (sadly expected) but creates additionalyaml[hyphens]: Too many spaces after hyphen
errors along the way (unexpected).Issue Type
OS / ENVIRONMENT
STEPS TO REPRODUCE
Desired Behavior
Do not introduce additional issues after
--write
Actual Behavior
The text was updated successfully, but these errors were encountered: