summaryrefslogtreecommitdiffstats
path: root/src/ansiblelint/_internal/warning.md
blob: 97d2577845c10735d8a7f519f08bf503788efce4 (plain)
1
2
3
4
5
6
7
8
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.