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

NameTypeRequiredDefaultDescription
pathsstringyesPath(s) to search for files
patternsstring*Pattern(s) to match files against
recurseboolfalseWhether to search recursively

Example

- name: Example fileglob task
  fileglob:
    paths: <your_paths>