mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 22:39:09 -07:00
Fix boolean defaults. (#1343)
This commit is contained in:
parent
3d1f9ed657
commit
a96f90ff94
31 changed files with 34 additions and 14 deletions
|
@ -65,10 +65,12 @@ options:
|
|||
to manual, hence combined with C(auto_node_startup=yes) will always return
|
||||
a changed state.
|
||||
type: bool
|
||||
default: false
|
||||
show_nodes:
|
||||
description:
|
||||
- Whether the list of nodes in the persistent iSCSI database should be returned by the module.
|
||||
type: bool
|
||||
default: false
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue