[PR #6862/91a68187 backport][stable-7] opkg: add executable parameter (#6870)

opkg: add executable parameter (#6862)

* opkg: add executable parameter

* add changelog frag

* Update plugins/modules/opkg.py

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 91a681870e)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2023-07-06 19:55:58 +00:00
committed by GitHub
parent 330b0304ef
commit 9b21b0d31c
2 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- opkg - add ``executable`` parameter allowing to specify the path of the ``opkg`` command (https://github.com/ansible-collections/community.general/pull/6862).