fileglob
Collection: community.general
Full Name: parallax.community.general.fileglob
Aliases: community.general.fileglob, fileglob
Controller module — runs on the local controller, not on remote hosts.
Synopsis
Manage fileglob
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| paths | string | yes | Path(s) to search for files | |
| patterns | string | * | Pattern(s) to match files against | |
| recurse | bool | false | Whether to search recursively |
Example
- name: Example fileglob task
fileglob:
paths: <your_paths>