diff --git a/lib/ansible/modules/utilities/logic/import_role.py b/lib/ansible/modules/utilities/logic/import_role.py index 8cf9ad972fca0d..1ba9dbae2fa2db 100644 --- a/lib/ansible/modules/utilities/logic/import_role.py +++ b/lib/ansible/modules/utilities/logic/import_role.py @@ -53,6 +53,7 @@ - If C(yes) the variables from C(defaults/) and C(vars/) in a role will not be made available to the rest of the play. type: bool + default: 'no' notes: - Handlers are made available to the whole play. ''' diff --git a/lib/ansible/modules/utilities/logic/include_role.py b/lib/ansible/modules/utilities/logic/include_role.py index c6e866fe7f0458..1518733cd854c9 100644 --- a/lib/ansible/modules/utilities/logic/include_role.py +++ b/lib/ansible/modules/utilities/logic/include_role.py @@ -52,6 +52,7 @@ - If C(yes) the variables from C(defaults/) and C(vars/) in a role will not be made available to the rest of the play. type: bool + default: 'no' notes: - Handlers are made available to the whole play. - Before Ansible 2.4, as with C(include), this task could be static or dynamic, If static, it implied that it won't