mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
The module helper function run_command was appending a literal backslash followed by 'n' to the stdin of a command it runs unless you called it with binary_data=True (not the default). I have changed it to what I expect was the intent, to append an actual line feed to stdin. |
||
---|---|---|
.. | ||
__init__.py | ||
basic.py | ||
ec2.py | ||
known_hosts.py | ||
rax.py |