mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Normalize more booleans. (#5247)
This commit is contained in:
@@ -70,7 +70,7 @@ reboot_needed:
|
||||
description: Whether or not a reboot is required after an update.
|
||||
returned: always
|
||||
type: bool
|
||||
sample: True
|
||||
sample: true
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
Reference in New Issue
Block a user