added allow_duplicates to include_role docs

reviewable/pr18780/r1
Brian Coca 9 years ago
parent 3266efb02f
commit 6e74aa9fbd

@ -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.

Loading…
Cancel
Save