fixed error related to type being defined as a number
This commit is contained in:
parent
7258c15ce1
commit
7b4fe54690
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def main():
|
|||
ec2_secret_key = dict(aliases=['aws_secret_key', 'secret_key'], no_log=True),
|
||||
ec2_access_key = dict(aliases=['aws_access_key', 'access_key']),
|
||||
wait = dict(type='bool', default='true'),
|
||||
wait_timeout = dict(type='number', default=0),
|
||||
wait_timeout = dict(default=0),
|
||||
snapshot_tags = dict(type='dict', default=dict()),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue