mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add missing fields in "system package update" (#263)
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
f616004caf
commit
ffd5a6370c
2 changed files with 5 additions and 0 deletions
|
@ -3508,6 +3508,9 @@ PATHS = {
|
|||
fully_understood=True,
|
||||
fields={
|
||||
'channel': KeyInfo(default='stable'),
|
||||
'installed-version': KeyInfo(read_only=True),
|
||||
'latest-version': KeyInfo(read_only=True),
|
||||
'status': KeyInfo(read_only=True),
|
||||
},
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue