mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-29 20:39:09 -07:00
Fixed typos (#52426)
This commit is contained in:
parent
be3a47e2fe
commit
7d6a94e7dc
6 changed files with 10 additions and 10 deletions
|
@ -41,7 +41,7 @@ class Network:
|
|||
|
||||
|
||||
class NetworkCollector(BaseFactCollector):
|
||||
# MAYBE: we could try to build this based on the arch specific implemementation of Network() or its kin
|
||||
# MAYBE: we could try to build this based on the arch specific implementation of Network() or its kin
|
||||
name = 'network'
|
||||
_fact_class = Network
|
||||
_fact_ids = set(['interfaces',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue