mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
modules, cloudengine: Fixed typo: ansilbe -> ansible
This commit is contained in:
committed by
Sviatoslav Sydorenko
parent
ee35c64650
commit
248bc0a4e8
@@ -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"]]
|
||||||
|
|||||||
Reference in New Issue
Block a user