mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -19,7 +19,8 @@ author: "Allen Sanabria (@linuxdynasty)"
|
|||
module: include_vars
|
||||
short_description: Load variables from files, dynamically within a task.
|
||||
description:
|
||||
- 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.
|
||||
- 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.
|
||||
version_added: "1.4"
|
||||
options:
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue