Re-add version_added to include_vars (#5493)

This commit is contained in:
jctanner 2016-11-03 22:07:04 -04:00 committed by Matt Clay
parent 8b70d17f61
commit 1ccd4ae8b0

View file

@ -16,6 +16,7 @@ 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.
version_added: "1.4"
options:
file:
version_added: "2.2"