ansilabnl.demo_one.cowsay (1.0.8) — module

Return cowsay

| "added in version" 2.7 of ansilabnl.demo_one"

Authors: Ton Kersten <tonk@smartowl.nl>

preview | supported by community

Install collection

Install with ansible-galaxy collection install ansilabnl.demo_one:==1.0.8


Add to requirements.yml

  collections:
    - name: ansilabnl.demo_one
      version: 1.0.8

Description

Return a Cowsay formatted text

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Do the Cow
  cowsay:
    text: The Cow says Mhoow
  register: cowsaid
  delegate_to: localhost

Inputs

    
text:
    description: String to convert to cowsay
    required: true
    type: str

Outputs

message:
  description: The output message from the Cow
  returned: always
  type: str