1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added allow_duplicates to include_role docs

This commit is contained in:
Brian Coca 2016-10-18 11:17:39 -04:00 committed by Matt Clay
parent 9ecd220683
commit 720574ef77

View file

@ -42,6 +42,11 @@ options:
- 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.
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.
required: False
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.