From f9e94451c26d11173cb198d5d452e8bafa33f1bf Mon Sep 17 00:00:00 2001 From: raoufnezhad <72685312+raoufnezhad@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:28:07 +0330 Subject: [PATCH] Update RETURN proxmox_backup_schedule.py --- plugins/modules/proxmox_backup_schedule.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/proxmox_backup_schedule.py b/plugins/modules/proxmox_backup_schedule.py index 390d84f19a..cdc542af1b 100644 --- a/plugins/modules/proxmox_backup_schedule.py +++ b/plugins/modules/proxmox_backup_schedule.py @@ -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