corrected choices which was meant to be type

reviewable/pr18780/r1
Brian Coca 9 years ago
parent e5362cc76a
commit 875a055103

@ -377,7 +377,7 @@ def main():
state=dict(default="present", choices=['present', 'absent']),
timeout=dict(type='int', default=10),
interfaces=dict(required=False),
force=dict(default='yes', choices='bool'),
force=dict(default=True, type='bool'),
proxy=dict(required=False)
),
supports_check_mode=True

Loading…
Cancel
Save