mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added AIX network facts
This commit is contained in:
parent
cc783b3e1b
commit
5390ee9763
1 changed files with 1 additions and 1 deletions
|
@ -1787,7 +1787,7 @@ class FreeBSDNetwork(GenericBsdIfconfigNetwork, Network):
|
|||
|
||||
class AIXNetwork(GenericBsdIfconfigNetwork, Network):
|
||||
"""
|
||||
This is the FreeBSD Network Class.
|
||||
This is the AIX Network Class.
|
||||
It uses the GenericBsdIfconfigNetwork unchanged.
|
||||
"""
|
||||
platform = 'AIX'
|
||||
|
|
Loading…
Reference in a new issue