mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
corrected choices which was meant to be type
This commit is contained in:
@@ -374,7 +374,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
|
||||
|
||||
Reference in New Issue
Block a user