mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
modules, cloudengine: Fixed typo: ansilbe -> ansible
This commit is contained in:
parent
ee35c64650
commit
248bc0a4e8
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class Vlan(object):
|
||||||
|
|
||||||
def init_module(self):
|
def init_module(self):
|
||||||
"""
|
"""
|
||||||
init ansilbe NetworkModule.
|
init ansible NetworkModule.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
required_one_of = [["vlan_id", "vlan_range"]]
|
required_one_of = [["vlan_id", "vlan_range"]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue