openwrt_init - improvements (#3284)

* improvements on openwrt_init

* added changelog fragment
This commit is contained in:
Alexei Znamensky 2021-08-29 07:50:09 +12:00 committed by GitHub
commit 69641d36e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 25 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- openwrt_init - minor refactoring (https://github.com/ansible-collections/community.general/pull/3284).
bugfixes:
- openwrt_init - calling ``run_command`` with arguments as ``list`` instead of ``str`` (https://github.com/ansible-collections/community.general/pull/3284).