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:
parent
64e2f06c2a
commit
83e359baaa
1 changed files with 1 additions and 11 deletions
|
@ -685,13 +685,6 @@ def proxmox_backup_argument_spec():
|
||||||
'repeat_missed': {
|
'repeat_missed': {
|
||||||
'type': 'bool'
|
'type': 'bool'
|
||||||
},
|
},
|
||||||
'remove': {
|
|
||||||
'type': 'bool',
|
|
||||||
'default': True
|
|
||||||
},
|
|
||||||
'repeat_missed': {
|
|
||||||
'type': 'bool',
|
|
||||||
},
|
|
||||||
'schedule': {
|
'schedule': {
|
||||||
'type': 'str'
|
'type': 'str'
|
||||||
},
|
},
|
||||||
|
@ -707,9 +700,6 @@ def proxmox_backup_argument_spec():
|
||||||
'stop': {
|
'stop': {
|
||||||
'type': 'bool'
|
'type': 'bool'
|
||||||
},
|
},
|
||||||
'stop': {
|
|
||||||
'type': 'bool',
|
|
||||||
},
|
|
||||||
'stopwait': {
|
'stopwait': {
|
||||||
'type': 'int'
|
'type': 'int'
|
||||||
},
|
},
|
||||||
|
@ -758,4 +748,4 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue