summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 127313ec..360d5f5a 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.