mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
fix Err closing bracket does not match in test_proxmox_backup_schedule.py
This commit is contained in:
parent
163bca3353
commit
4ce8f1a29f
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ RESOURCE_LIST = [
|
||||||
]
|
]
|
||||||
|
|
||||||
BACKUP_JOBS = [
|
BACKUP_JOBS = [
|
||||||
{
|
{
|
||||||
"type": "vzdump",
|
"type": "vzdump",
|
||||||
"id": "backup-001",
|
"id": "backup-001",
|
||||||
"storage": "local",
|
"storage": "local",
|
||||||
|
|
Loading…
Add table
Reference in a new issue