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

Update module documentation.

This commit is contained in:
Michael DeHaan 2013-11-02 09:34:33 -04:00
parent 70c9028e1e
commit 334dcfa2fa

View file

@ -19,7 +19,7 @@ options:
free-form:
description:
- The file name from which variables should be loaded, if called from a role it will look for
the file in files/ subdirectory of the role, otherwise the path would be relative to playbook. An absolute path can also be provided.
the file in vars/ subdirectory of the role, otherwise the path would be relative to playbook. An absolute path can also be provided.
required: true
version_added: "1.4"
'''