tuxinvader.launchpad.user_info (1.0.7) — module

Retrieve facts about a Launchpad user

| "added in version" 1.0.0 of tuxinvader.launchpad"

Authors: Mark Boddington (@TuxInvader)

Install collection

Install with ansible-galaxy collection install tuxinvader.launchpad:==1.0.7


Add to requirements.yml

  collections:
    - name: tuxinvader.launchpad
      version: 1.0.7

Description

Retrieve facts about a Launchpad user

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Get facts about user tuxinvader
- name: Get tuxinvaders details
  user_info:
    name: tuxinvader
  environment:
    LP_ACCESS_TOKEN: kjaslkdjalksd
    LP_ACCESS_SECRET: alskjajsdlk

Inputs

    
name:
    description: The name of the user to retrieve
    required: true
    type: str

authorize:
    default: false
    description: Use an Authenticated connection to launchpad. You need to set LP_ACCESS_[TOKEN|SECRET]
      env vars for authentication
    required: false
    type: bool

Outputs

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