cdillc.splunk.asis (0.26.1) — callback

As-is Ansible screen output

| "added in version" v0.19.4 of cdillc.splunk"

Authors: unknown

Install collection

Install with ansible-galaxy collection install cdillc.splunk:==0.26.1


Add to requirements.yml

  collections:
    - name: cdillc.splunk
      version: 0.26.1

Description

This output callback will simply dump the values of C(stdout), C(stderr), and C(msg) fields to the screen, as is.

Setting the 'no_log' directive on a task will hide it from the output entirely.

Failures and warnings are still displayed. These are borrowed from the 'minimal' callback plugin.