From 8c9a3175e2a0528c68ee6d8ea8946a93257083b6 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 18 Oct 2016 11:17:39 -0400 Subject: added allow_duplicates to include_role docs --- utilities/logic/include_role.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utilities') diff --git a/utilities/logic/include_role.py b/utilities/logic/include_role.py index 360d5f5a..761a5748 100644 --- a/utilities/logic/include_role.py +++ b/utilities/logic/include_role.py @@ -40,6 +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 allow_duplicates: description: - Overrides the role's metadata setting to allow using a role more than once with the same parameters. -- cgit v1.2.1