mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Correct functional typos
This commit is contained in:
parent
4dc09e19ea
commit
bca8bbe7c2
7 changed files with 7 additions and 7 deletions
|
@ -1487,7 +1487,7 @@ def main():
|
|||
additional_paths_install=dict(required=False, type='bool'),
|
||||
additional_paths_receive=dict(required=False, type='bool'),
|
||||
additional_paths_selection=dict(required=False, type='str'),
|
||||
additional_paths_send=dict(required=False, ype='bool'),
|
||||
additional_paths_send=dict(required=False, type='bool'),
|
||||
advertise_l2vpn_evpn=dict(required=False, type='bool'),
|
||||
client_to_client=dict(required=False, type='bool'),
|
||||
dampen_igp_metric=dict(required=False, type='str'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue