Remove default value for "running" field in "interface wireless" (#264)

The `running` field can't be configured. By having a default value it's
written and shows up in diffs.
This commit is contained in:
hansmi 2024-03-03 08:32:41 +01:00 committed by GitHub
parent ffd5a6370c
commit 84009262d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- api_info, api_modify - remove default value for read-only ``running`` field in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/264).