newswangerd.collection_demo.real_facts (1.0.11) — module

A module that dishes out the true facts.

| "added in version" 2.8 of newswangerd.collection_demo"

Authors: David Newswanger (@newswangerd)

preview | supported by community

Install collection

Install with ansible-galaxy collection install newswangerd.collection_demo:==1.0.11


Add to requirements.yml

  collections:
    - name: newswangerd.collection_demo
      version: 1.0.11

Description

A module that dishes out the true facts.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Pass in a message
- name: Test with a message
  real_facts:
    name: David Newswanger

Inputs

    
name:
    default: Jane Doe

Outputs

fact:
  description: Actual facts
  sample: Jane Doe is a smart cookie.
  type: str