added docs for vars_from/defaults_from

This commit is contained in:
Brian Coca 2016-08-26 21:55:40 -04:00 committed by Matt Clay
parent 79d970d5b8
commit e37f57fc90

View file

@ -27,6 +27,16 @@ options:
- "File to load from a Role's tasks/ directory." - "File to load from a Role's tasks/ directory."
required: False required: False
default: 'main' 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: notes:
- THIS IS EARLY PREVIEW, THINGS MAY CHANGE - THIS IS EARLY PREVIEW, THINGS MAY CHANGE
- Only basic roles have been tested for now, some things might not work as expected. - Only basic roles have been tested for now, some things might not work as expected.