ebuildy.cidre.print (0.12.1) — module

Print stuff

| "added in version" 0.5.2 of ebuildy.cidre"

Authors: Thomas Decaux (@ebuildy)

This plugin has a corresponding action plugin.

Install collection

Install with ansible-galaxy collection install ebuildy.cidre:==0.12.1


Add to requirements.yml

  collections:
    - name: ebuildy.cidre
      version: 0.12.1

Description

Print markdown or json

Inputs

    
msg:
    default: Hello world!
    description:
    - The customized message that is printed. If omitted, prints a generic message.
    type: str

var:
    description:
    - A variable name to debug.
    - Mutually exclusive with the C(msg) option.
    - Be aware that this option already runs in Jinja2 context and has an implicit C({{
      }}) wrapping, so you should not be using Jinja2 delimiters unless you are looking
      for double interpolation.
    type: str

format:
    choices:
    - json
    - markdown
    description:
    - json , markdown
    type: str