summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-08-26 16:40:00 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-08-26 16:40:00 -0400
commitc5e13ca0ed34cab97106089633f662f2c388e4e5 (patch)
tree4bafa3243b8b8cad6024f803dbbe3cf7361d1fdf
parent6eab2b3d405ec6d011061ae35f6ecc25e98ce8bf (diff)
downloadansible-modules-core-c5e13ca0ed34cab97106089633f662f2c388e4e5.tar.gz
updated include_role docs to latest info
-rw-r--r--utilities/logic/include_role.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/utilities/logic/include_role.py b/utilities/logic/include_role.py
index b2e76ba8..c699e5d1 100644
--- a/utilities/logic/include_role.py
+++ b/utilities/logic/include_role.py
@@ -32,7 +32,10 @@ notes:
- Only basic roles have been tested for now, some things might not work as expected.
- Handlers are made available to the whole play.
- Currently role variables are not pushed up to the play.
- - "Things not tested (yet): loops, plugin overrides, nesting includes, role dependencies, used as handler, other stuff I did not think of when I wrote this."
+ - simple dependencies seem to work fine.
+ - Role search paths work (implicit vars/ templates/ files/ etc)
+ - loops don't work.
+ - "Things not tested (yet): plugin overrides, nesting includes, used as handler, other stuff I did not think of when I wrote this."
'''
EXAMPLES = """