summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/module_docs_fragments
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2019-01-09 22:13:59 +0530
committerBrian Coca <bcoca@users.noreply.github.com>2019-01-09 11:43:59 -0500
commit17bb4f493212d15c80156c8417b9dcf5336ba69a (patch)
tree650e1b23df9e21a8ead81c313c1471374a002510 /lib/ansible/utils/module_docs_fragments
parent636e1d5fcbc9b309f93f033cc77d4f03d8413df6 (diff)
downloadansible-17bb4f493212d15c80156c8417b9dcf5336ba69a.tar.gz
default: callback plugin allow unreachable task to stderr (#50533)
Provide toggle flag to allow display of unreachable task to stderr using default callback plugin. Fixes: #48069 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/utils/module_docs_fragments')
-rw-r--r--lib/ansible/utils/module_docs_fragments/default_callback.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/default_callback.py b/lib/ansible/utils/module_docs_fragments/default_callback.py
index 4a343511cd..ec56a28850 100644
--- a/lib/ansible/utils/module_docs_fragments/default_callback.py
+++ b/lib/ansible/utils/module_docs_fragments/default_callback.py
@@ -28,8 +28,8 @@ class ModuleDocFragment(object):
type: boolean
version_added: '2.7'
display_failed_stderr:
- name: Use STDERR for failed tasks
- description: "Toggle to control whether failed tasks are displayed to STDERR (vs. STDOUT)"
+ name: Use STDERR for failed and unreachable tasks
+ description: "Toggle to control whether failed and unreachable tasks are displayed to STDERR (vs. STDOUT)"
default: False
env:
- name: ANSIBLE_DISPLAY_FAILED_STDERR