ricardojosegomezulmke.pubsub_plus.my_test (0.0.1) — module

This is my test info module

| "added in version" 1.0.0 of ricardojosegomezulmke.pubsub_plus"

Authors: Your Name (@yourGitHubHandle)

Install collection

Install with ansible-galaxy collection install ricardojosegomezulmke.pubsub_plus:==0.0.1


Add to requirements.yml

  collections:
    - name: ricardojosegomezulmke.pubsub_plus
      version: 0.0.1

Description

This is my longer description explaining my test info module.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Pass in a message
- name: Test with a message
  my_namespace.my_collection.my_test_info:
    name: hello world

Inputs

    
name:
    description: This is the message to send to the test module.
    required: true
    type: str

Outputs

message:
  description: The output message that the test module generates.
  returned: always
  sample: goodbye
  type: str
my_useful_info:
  description: The dictionary containing information about your system.
  returned: always
  sample:
    answer: 42
    foo: bar
  type: dict
original_message:
  description: The original name param that was passed in.
  returned: always
  sample: hello world
  type: str