jeroenvandelockand.loginmsg.loginmsg (1.0.1) — module

This is my test module

| "added in version" 2.4 of jeroenvandelockand.loginmsg"

Authors: Your Name (@Jeroenvdl)

preview | supported by community

Install collection

Install with ansible-galaxy collection install jeroenvandelockand.loginmsg:==1.0.1


Add to requirements.yml

  collections:
    - name: jeroenvandelockand.loginmsg
      version: 1.0.1

Description

This is my longer description explaining my test module

Inputs

    
new:
    description:
    - Control to demo if the result of this module is changed or not
    required: false

name:
    description:
    - This is the message to send to the test module
    required: true

Outputs

message:
  description: The output message that the test module generates
  returned: always
  type: str
original_message:
  description: The original name param that was passed in
  returned: always
  type: str