summaryrefslogtreecommitdiff
path: root/docsite/rst/intro_configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/rst/intro_configuration.rst')
-rw-r--r--docsite/rst/intro_configuration.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst
index f37ba6012c..6337e5cf3f 100644
--- a/docsite/rst/intro_configuration.rst
+++ b/docsite/rst/intro_configuration.rst
@@ -477,6 +477,19 @@ playbook. The default is the most logical: 'root'::
sudo_user=root
+.. _system_warnings:
+
+system_warnings
+===============
+
+.. versionadded:: 1.6
+
+Allows disabling of warnings related to potential issues on the system running ansible itself (not on the managed hosts)::
+
+ system_warnings = True
+
+These may include warnings about 3rd party packages or other conditions that should be resolved if possible.
+
.. _timeout:
timeout