summaryrefslogtreecommitdiffstats
path: root/src/ansiblelint/_internal/warning.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansiblelint/_internal/warning.md')
-rw-r--r--src/ansiblelint/_internal/warning.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ansiblelint/_internal/warning.md b/src/ansiblelint/_internal/warning.md
new file mode 100644
index 0000000..97d2577
--- /dev/null
+++ b/src/ansiblelint/_internal/warning.md
@@ -0,0 +1,9 @@
+# warning
+
+`warning` is a special type of internal rule that is used to report generic
+runtime warnings found during execution. As stated by its name, they are not
+counted as errors, so they do not influence the final outcome.
+
+- `warning[raw-non-string]` indicates that you are using
+ `[raw](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/raw_module.html#ansible-collections-ansible-builtin-raw-module)`
+ module with non-string arguments, which is not supported by Ansible.