doc: explain default "required" value for argument_spec (#68678)

pull/46579/head
Ken Dreyer 4 years ago committed by GitHub
parent 16e07fe5b5
commit 318d5606c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -610,7 +610,7 @@ choices
required
""""""""
``required`` accepts a boolean, either ``True`` or ``False`` that indicates that the argument is required. This should not be used in combination with ``default``.
``required`` accepts a boolean, either ``True`` or ``False`` that indicates that the argument is required. When not specified, ``required`` defaults to ``False``. This should not be used in combination with ``default``.
no_log
""""""

Loading…
Cancel
Save