ansible.builtin.fileglob (v2.16.0) — filter

explode a path glob to matching files

Authors: unknown

Install Ansible via pip

Install with pip install ansible-core==2.16.0

Description

Return a list of files that matches the supplied path glob pattern.

Filters run on the controller, so the files are matched from the controller's file system.

Inputs

    
_input:
    description: Path glob pattern.
    required: true
    type: string

Outputs

_value:
  description: List of files matched.
  elements: string
  type: list