mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
added docs for vars_from/defaults_from
This commit is contained in:
@@ -27,6 +27,16 @@ options:
|
||||
- "File to load from a Role's tasks/ directory."
|
||||
required: False
|
||||
default: 'main'
|
||||
vars_from:
|
||||
description:
|
||||
- "File to load from a Role's vars/ directory."
|
||||
required: False
|
||||
default: 'main'
|
||||
defaults_from:
|
||||
description:
|
||||
- "File to load from a Role's defaults/ directory."
|
||||
required: False
|
||||
default: 'main'
|
||||
notes:
|
||||
- THIS IS EARLY PREVIEW, THINGS MAY CHANGE
|
||||
- Only basic roles have been tested for now, some things might not work as expected.
|
||||
|
||||
Reference in New Issue
Block a user