diff --git a/lib/ansible/modules/extras/windows/win_acl.py b/lib/ansible/modules/extras/windows/win_acl.py index df815db0a0f..cc748a4412f 100644 --- a/lib/ansible/modules/extras/windows/win_acl.py +++ b/lib/ansible/modules/extras/windows/win_acl.py @@ -89,7 +89,7 @@ options: - ContainerInherit - ObjectInherit - None - default: For Leaf File: None; For Directory: ContainerInherit, ObjectInherit; + default: For Leaf File, None; For Directory, ContainerInherit, ObjectInherit; propagation: description: - Propagation flag on the ACL rules. For more information on the choices see MSDN PropagationFlags Enumeration.