You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ansible-lint
WARNING Listing 2 violation(s) that are fatal
yaml[indentation]: Wrong indentation: expected at least 3
molecule/default/prepare.yml:9
yaml[indentation]: Wrong indentation: expected at least 3
molecule/default/verify.yml:8
You can skip specific rules or tags by adding them to your configuration file:
Error: Wrong indentation: expected at least 3
# .config/ansible-lint.yml
warn_list: # or 'skip_list' to silence them completely
- yaml[indentation] # Violations reported by yamllint.
Error: Wrong indentation: expected at least 3
Rule Violation Summary
count tag profile rule associated tags
2 yaml[indentation] basic formatting, yaml
Failed after min profile: 2 failure(s), 0 warning(s) on 15 files.
Error: Process completed with exit code 2.
Steps To Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
pipeline fails
Steps To Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: