From ba233a0cbad76b4783a03893e7bf4716fbc0f0ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 08:24:58 +0200 Subject: Merging upstream version 24.6.1. Signed-off-by: Daniel Baumann --- docs/autofix.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/autofix.md (limited to 'docs/autofix.md') diff --git a/docs/autofix.md b/docs/autofix.md new file mode 100644 index 0000000..8daef8d --- /dev/null +++ b/docs/autofix.md @@ -0,0 +1,11 @@ +# Autofix + +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 +rules. You can limit the effective rule transforms (the 'write_list') by passing +a keywords 'all' or 'none' or a comma separated list of rule ids or rule tags. +By default it will run all transforms (effectively `write_list: ["all"]`). +You can disable running transforms by setting `write_list: ["none"]`. Or only enable a subset of rule transforms by listing rules/tags here. + +Following is the list of supported rules covered under autofix functionality. + +{!_autofix_rules.md!} -- cgit v1.2.3