pystol.actions.real_facts (0.8.6) — module

A module that dishes out the true facts.

| "added in version" 2.8 of pystol.actions"

Authors: Carlos Camacho (@ccamacho)

preview | supported by community

Install collection

Install with ansible-galaxy collection install pystol.actions:==0.8.6


Add to requirements.yml

  collections:
    - name: pystol.actions
      version: 0.8.6

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