therapac.hello_world.demo_hello (1.0.0) — module

A module that says hello in many languages

| "added in version" 2.8 of therapac.hello_world"

Authors: Gianni Salinetti (@giannisalinetti)

preview | supported by community

Install collection

Install with ansible-galaxy collection install therapac.hello_world:==1.0.0


Add to requirements.yml

  collections:
    - name: therapac.hello_world
      version: 1.0.0

Description

A module that says hello in many languages.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Pass in a custom name
- name: Say hello to Linus Torvalds
  demo_hello:
    name: "Linus Torvalds"

Inputs

    
name:
    default: John Doe
    description:
    - Name of the person to salute. If no value is provided the default value will be
      used.
    required: false
    type: str

Outputs

fact:
  description: Hello string
  sample: Hello John Doe!
  type: str