mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
feat/fix typo
This commit is contained in:
parent
6779498496
commit
4b00f51ad4
1 changed files with 0 additions and 3 deletions
|
@ -774,9 +774,6 @@ def main():
|
|||
proxmox = ProxmoxBackupAnsible(module)
|
||||
|
||||
try:
|
||||
#if module.params['state'] == 'list':
|
||||
# backups = proxmox.get_backups(module.params.get('id'))
|
||||
# result['backups'] = backups
|
||||
if module.params['state'] == 'absent':
|
||||
proxmox.delete_backup(module.params['id'])
|
||||
elif module.params['state'] == 'present':
|
||||
|
|
Loading…
Reference in a new issue