mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Re-add version_added to include_vars (#5493)
This commit is contained in:
parent
8b70d17f61
commit
1ccd4ae8b0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue