PythonRunner: a command runner for python (#8289)

* PythonRunner: a command runner for python

* add changelog frag

* Update changelogs/fragments/8289-python-runner.yml

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

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2024-04-30 03:26:14 +12:00 committed by GitHub
commit 7051fe3449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 263 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- PythonRunner module utils - specialisation of ``CmdRunner`` to execute Python scripts (https://github.com/ansible-collections/community.general/pull/8289).