1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix sanity errors

This commit is contained in:
Dylan LEVERRIER 2024-05-21 13:44:21 +02:00
parent 64e2f06c2a
commit 83e359baaa

View file

@ -685,13 +685,6 @@ def proxmox_backup_argument_spec():
'repeat_missed': {
'type': 'bool'
},
'remove': {
'type': 'bool',
'default': True
},
'repeat_missed': {
'type': 'bool',
},
'schedule': {
'type': 'str'
},
@ -707,9 +700,6 @@ def proxmox_backup_argument_spec():
'stop': {
'type': 'bool'
},
'stop': {
'type': 'bool',
},
'stopwait': {
'type': 'int'
},
@ -758,4 +748,4 @@ def main():
if __name__ == '__main__':
main()
main()