mirror of https://github.com/ansible/ansible
Fixes the error to only include the command rather than the dataclass
repr. This goes back to how it worked in the past before `_mkdtemp2` was
added.
(cherry picked from commit 2c1fdfe0eb)
pull/86566/head
parent
c83999378d
commit
b1270aa897
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
Fix up the Action plugin ``_make_tmp_path`` error to only include the command run rather than the shell's dataclass
|
||||
repr from ``mkdtemp``.
|
||||
Loading…
Reference in new issue