From 79d970d5b84ebeaeedc62a46400d4cf3f78ff2c2 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 26 Aug 2016 16:40:00 -0400 Subject: [PATCH] updated include_role docs to latest info --- lib/ansible/modules/utilities/logic/include_role.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/utilities/logic/include_role.py b/lib/ansible/modules/utilities/logic/include_role.py index b2e76ba8dfb..c699e5d1c05 100644 --- a/lib/ansible/modules/utilities/logic/include_role.py +++ b/lib/ansible/modules/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 = """