Merge branch 'ansible-collections:main' into firewall_log_fix

This commit is contained in:
liquorice-head 2024-11-22 12:08:49 +04:00 committed by GitHub
commit a26c60f9d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -28,4 +28,4 @@ jobs:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5

View file

@ -0,0 +1,3 @@
---
bugfixes:
- api_info, api_modify - add missing fields ``comment``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327).

View file

@ -708,7 +708,9 @@ PATHS = {
fully_understood=True,
primary_keys=('name', ),
fields={
'comment': KeyInfo(),
'name': KeyInfo(),
'next-pool': KeyInfo(),
'ranges': KeyInfo(),
},
),