mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
cmd_runner: add __call__ method to invoke context (#4791)
* cmd_runner: add __call__ method to invoke context * change xfconf to use the callable form * add changelog fragment * Update changelogs/fragments/4791-cmd-runner-callable.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
84d8ca9234
commit
739ca737f1
4 changed files with 73 additions and 5 deletions
2
changelogs/fragments/4791-cmd-runner-callable.yaml
Normal file
2
changelogs/fragments/4791-cmd-runner-callable.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- cmd_runner module utils - add ``__call__`` method to invoke context (https://github.com/ansible-collections/community.general/pull/4791).
|
Loading…
Add table
Add a link
Reference in a new issue