tangowithfoxtrot.hello_ansible.hello_ansible (0.0.1) — lookup

Lookup hello from hello_ansible.

| "added in version" 0.0.1 of tangowithfoxtrot.hello_ansible"

Authors: tangowithfoxtrot <support@example.com>

Install collection

Install with ansible-galaxy collection install tangowithfoxtrot.hello_ansible:==0.0.1


Add to requirements.yml

  collections:
    - name: tangowithfoxtrot.hello_ansible
      version: 0.0.1

Description

This lookup returns a hello from hello_ansible.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Lookup a hello
  ansible.builtin.debug:
    msg: "{{ lookup('hello_ansible', 'username') }}"

Outputs

_list:
  description: hello value
  elements: str
  type: list