doc: explain default "required" value for argument_spec (#68678)
This commit is contained in:
parent
16e07fe5b5
commit
318d5606c1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue