daviddavis.friday.real_facts (3.0.0) — module

A module that dishes out the true facts.

| "added in version" 2.8 of daviddavis.friday"

Authors: David Newswanger (@newswangerd)

preview | supported by community

Install collection

Install with ansible-galaxy collection install daviddavis.friday:==3.0.0


Add to requirements.yml

  collections:
    - name: daviddavis.friday
      version: 3.0.0

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