Merge various stdout callback plugins into 'default' (#41058)

This allows mixing and matching of stdout callback features
This commit is contained in:
Andrew Gaffney
2018-06-24 23:00:07 -05:00
committed by GitHub
parent 0b2ec9b11c
commit 9c5d40ff15
8 changed files with 84 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
---
deprecated_features:
- The `skippy`, `full_skip`, `actionable`, and `stderr` callback plugins have
been deprecated in favor of config options that influence the behavior of the
`default` callback plugin (https://github.com/ansible/ansible/pull/41058)
minor_changes:
- New config options `display_ok_hosts` and `display_failed_stderr` (along with
the existing `display_skipped_hosts` option) allow more fine-grained control
over the way that ansible displays output from a playbook
(https://github.com/ansible/ansible/pull/41058)