mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -07:00
Fix trailing whitespace Err in proxmox_backup_schedule.py
This commit is contained in:
parent
2f7469be42
commit
d88bad4b05
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ backup_schedule:
|
|||
description:
|
||||
- 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
|
||||
returned: always, but can be empty
|
||||
"""
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule, missing_required_lib
|
||||
|
|
Loading…
Add table
Reference in a new issue