mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 23:09:09 -07:00
Update the RETURN of proxmox_backup_schedule.py again
This commit is contained in:
parent
ef96ba85ef
commit
eae9eae414
1 changed files with 4 additions and 2 deletions
|
@ -95,8 +95,10 @@ backup_schedule:
|
||||||
- If V(update_vmid), the backup_schedule will return True after adding the VM ID to the backup job.
|
- If V(update_vmid), the backup_schedule will return True after adding the VM ID to the backup job.
|
||||||
- If V(delete_vmid), the backup_schedule will return a list of backup job IDs where the VM ID has existed after removing it.
|
- If V(delete_vmid), the backup_schedule will return a list of backup job IDs where the VM ID has existed after removing it.
|
||||||
returned: always, but can be empty
|
returned: always, but can be empty
|
||||||
type: any
|
type: raw
|
||||||
sample: "true or ['backup-job-id1', 'backup-job-id2']"
|
sample:
|
||||||
|
- true
|
||||||
|
- ['backup-job-id1', 'backup-job-id2']
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ansible.module_utils.basic import AnsibleModule, missing_required_lib
|
from ansible.module_utils.basic import AnsibleModule, missing_required_lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue