mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix boolean defaults. (#1343)
This commit is contained in:
@@ -31,11 +31,13 @@ options:
|
||||
description:
|
||||
- Remove licenses that have no controller affiliation in the cluster.
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
remove_expired:
|
||||
description:
|
||||
- Remove licenses that have expired in the cluster.
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
serial_number:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user