resolve nontype error for return documentation

This commit is contained in:
mayabi 2025-01-31 15:52:48 +03:30
parent 2fca6e615d
commit 53b5ce42ae

View file

@ -90,7 +90,7 @@ EXAMPLES = """
RETURN = """ RETURN = """
--- ---
backup_schedule: backup_schedule:
description: description:
- When backup_action is 'update_vmid', the backup_schedule will return True after successfully adding the VM ID to the backup job. - When backup_action is 'update_vmid', the backup_schedule will return True after successfully adding the VM ID to the backup job.
- When backup_action is 'delete_vmid', the backup_schedule will return a list of backup job IDs where the VM ID has been removed. - When backup_action is 'delete_vmid', the backup_schedule will return a list of backup job IDs where the VM ID has been removed.