Fix boolean defaults. (#1343)

This commit is contained in:
Felix Fontein
2020-11-23 12:14:43 +01:00
committed by GitHub
parent 3d1f9ed657
commit a96f90ff94
31 changed files with 34 additions and 14 deletions

View File

@@ -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'''