From 6e74aa9fbdea18ff0770dd5fb0a38fa0b556bc19 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 18 Oct 2016 11:17:39 -0400 Subject: [PATCH] added allow_duplicates to include_role docs --- utilities/logic/include_role.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utilities/logic/include_role.py b/utilities/logic/include_role.py index 127313ec9f8..360d5f5a5d0 100644 --- a/utilities/logic/include_role.py +++ b/utilities/logic/include_role.py @@ -40,8 +40,11 @@ options: static: description: - Gives Ansible a hint if this is a 'static' include or not. If static it implies that it won't need templating nor loops nor conditionals and will show included tasks in the --list options. + allow_duplicates: + description: + - Overrides the role's metadata setting to allow using a role more than once with the same parameters. required: False - default: None + default: True private: description: - If True the variables from defaults/ and vars/ in a role will not be made available to the rest of the play.