fix missing default value for throttle parameter
This commit is contained in:
parent
8799a5532e
commit
5a8a0edeb2
@ -194,6 +194,7 @@ def main():
|
||||
ttl=dict(type="int", default=3600),
|
||||
value=dict(type="str"),
|
||||
solo=dict(type="bool", default=False),
|
||||
throttle=dict(type="int", default=2),
|
||||
state=dict(type="str", choices=["present", "absent"], default="present"),
|
||||
),
|
||||
required_together=[["record", "value"]],
|
||||
|
Loading…
Reference in New Issue
Block a user