summaryrefslogtreecommitdiffstats
path: root/src/ansiblelint/rules/no_log_password.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansiblelint/rules/no_log_password.md')
-rw-r--r--src/ansiblelint/rules/no_log_password.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ansiblelint/rules/no_log_password.md b/src/ansiblelint/rules/no_log_password.md
index 579dd11..3629ef6 100644
--- a/src/ansiblelint/rules/no_log_password.md
+++ b/src/ansiblelint/rules/no_log_password.md
@@ -43,3 +43,7 @@ Explicitly adding `no_log: true` prevents accidentally exposing secrets.
- wow
no_log: true # <- Sets the no_log attribute to a non-false value.
```
+
+!!! note
+
+ This rule can be automatically fixed using [`--fix`](../autofix.md) option.