mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
resolve nontype error for return documentation
This commit is contained in:
parent
2fca6e615d
commit
53b5ce42ae
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
---
|
||||
backup_schedule:
|
||||
backup_schedule:
|
||||
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 'delete_vmid', the backup_schedule will return a list of backup job IDs where the VM ID has been removed.
|
||||
|
|
Loading…
Add table
Reference in a new issue