|
|
|
@ -16,6 +16,7 @@ short_description: Load variables from files, dynamically within a task.
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Loads variables from a YAML/JSON files dynamically from within a file or
|
|
|
|
- Loads variables from a YAML/JSON files dynamically from within a file or
|
|
|
|
from a directory recursively during task runtime. If loading a directory, the files are sorted alphabetically before being loaded.
|
|
|
|
from a directory recursively during task runtime. If loading a directory, the files are sorted alphabetically before being loaded.
|
|
|
|
|
|
|
|
version_added: "1.4"
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
file:
|
|
|
|
file:
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.2"
|
|
|
|
|