mirror of
https://github.com/ansible/ansible.git
synced 2026-05-28 04:32:20 -04:00
remove never-implemented 'allow_duplicates' param for include/import role modules
This commit is contained in:
parent
a23ea2aef2
commit
aa407d8635
2 changed files with 0 additions and 10 deletions
|
|
@ -38,11 +38,6 @@ options:
|
|||
- File to load from a role's C(defaults/) directory.
|
||||
type: str
|
||||
default: main
|
||||
allow_duplicates:
|
||||
description:
|
||||
- Overrides the role's metadata setting to allow using a role more than once with the same parameters.
|
||||
type: bool
|
||||
default: yes
|
||||
handlers_from:
|
||||
description:
|
||||
- File to load from a role's C(handlers/) directory.
|
||||
|
|
|
|||
|
|
@ -45,11 +45,6 @@ options:
|
|||
- File to load from a role's C(defaults/) directory.
|
||||
type: str
|
||||
default: main
|
||||
allow_duplicates:
|
||||
description:
|
||||
- Overrides the role's metadata setting to allow using a role more than once with the same parameters.
|
||||
type: bool
|
||||
default: yes
|
||||
public:
|
||||
description:
|
||||
- This option dictates whether the role's C(vars) and C(defaults) are exposed to the play. If set to V(true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue