mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
* Fixes #256: make path `user group` modifiable and add `comment` attribute` Add changelog fragment * Update changelogs/fragments/257-make-user_group-modifiable.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
d1401bdb58
commit
542a362cee
2 changed files with 3 additions and 1 deletions
|
@ -4117,10 +4117,10 @@ PATHS = {
|
|||
),
|
||||
('user', 'group'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
fixed_entries=True,
|
||||
primary_keys=('name', ),
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'name': KeyInfo(),
|
||||
'policy': KeyInfo(),
|
||||
'skin': KeyInfo(default='default'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue