mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fixes ios_facts that was returning no values (#21357)
* adds conversion to command dict into ios shared lib * fixes hardware commands in ios_facts * adds network_os value to play_context in ios action plugin fixes #21190
This commit is contained in:
parent
bf836850a4
commit
9937e604f5
3 changed files with 16 additions and 5 deletions
|
@ -208,8 +208,8 @@ class Default(FactsBase):
|
|||
class Hardware(FactsBase):
|
||||
|
||||
COMMANDS = [
|
||||
'dir | include Directory',
|
||||
'show memory statistics | include Processor'
|
||||
'dir',
|
||||
'show memory statistics'
|
||||
]
|
||||
|
||||
def populate(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue