mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Update RETURN proxmox_backup_schedule.py
This commit is contained in:
parent
d88bad4b05
commit
f9e94451c2
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ backup_schedule:
|
|||
- If V(present), the backup_schedule will return True after adding the VM ID to the backup job.
|
||||
- If V(absent), the backup_schedule will return True after removing it from the backup job.
|
||||
returned: always, but can be empty
|
||||
type: raw
|
||||
"""
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule, missing_required_lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue