mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 23:24:21 -07:00
mysql_db: add use_shell parameter to prevent Broken pipe errors (#151)
* mysql_db: prevent broken pipe errors by using an intermediate shell process * use module.run_command() * mysql_db: add use_shell parameter * add changelog fragment
This commit is contained in:
parent
281549cadc
commit
3b5520ebf7
3 changed files with 45 additions and 13 deletions
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- mysql_db - add the ``use_shell`` parameter (https://github.com/ansible/ansible/issues/20196).
|
||||
|
||||
bugfixes:
|
||||
- mysql_db - fix Broken pipe error appearance when state is import and the target file is compressed (https://github.com/ansible/ansible/issues/20196).
|
Loading…
Add table
Add a link
Reference in a new issue