ansible-lint --fix can fix many warnings (like whitespace issues) automatically with the command. It would help enforce uniform style to run this command automatically, either:
- in cron (say once every so many weeks), opening a PR with the result.
- in each PR, running it using something like pre-commit (this may be too complicated)
ansible-lint --fixcan fix many warnings (like whitespace issues) automatically with the command. It would help enforce uniform style to run this command automatically, either: