1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Added a note regarding the delegate_facts option. (#25257)

* Added a note regarding the delegate_facts option with a link to documentation
This commit is contained in:
Evert 2018-09-12 21:30:05 +02:00 committed by Alicia Cozine
parent d427df1ad8
commit f7ef06e849

View file

@ -18,9 +18,11 @@ author: Allen Sanabria (@linuxdynasty)
module: include_vars module: include_vars
short_description: Load variables from files, dynamically within a task 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 from a directory recursively during task - Loads YAML/JSON variables dynamically from a file or directory, recursively, during task runtime.
runtime. If loading a directory, the files are sorted alphabetically before being loaded. - If loading a directory, the files are sorted alphabetically before being loaded.
- This module is also supported for Windows targets. - This module is also supported for Windows targets.
- To assign included variables to a different host than C(inventory_hostname),
use C(delegate_to) and set L(delegate_facts=True,../user_guide/playbooks_delegate.html#delegated-facts).
version_added: "1.4" version_added: "1.4"
options: options:
file: file: