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
Ansible-lint autofix can fix or simplify fixing issues identified by that rule. `ansible-lint --fix` will reformat YAML files and run transform for the given
4
+
rules. You can limit the effective rule transforms (the 'write_list') by passing
5
+
a keywords 'all' or 'none' or a comma separated list of rule ids or rule tags.
6
+
By default it will run all transforms (effectively `write_list: ["all"]`).
7
+
You can disable running transforms by setting `write_list: ["none"]`. Or only enable a subset of rule transforms by listing rules/tags here.
8
+
9
+
Following is the list of supported rules covered under autofix functionality.
0 commit comments