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
parent fc2024d837
commit 7051fe3449
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).