Fix command variable usage in CmdRunner (#4903)

* Fix command variable usage

* Add changelog fragment for cmd-runner bugfix (#4903)
This commit is contained in:
Álvaro García Jaén 2022-06-30 07:08:55 +02:00 committed by GitHub
commit 265c052c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- cmd_runner module utils - fix bug caused by using the ``command`` variable instead of ``self.command`` when looking for binary path (https://github.com/ansible-collections/community.general/pull/4903).