Files
community.general/lib/ansible/module_utils
Dale Sedivec 498c8e8d57 Fix mistaken double backslash
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.
2014-02-19 20:39:48 -06:00
..
2013-10-26 11:10:54 -04:00
2014-02-19 20:39:48 -06:00
2014-02-13 16:30:31 -05:00
2014-01-28 13:58:41 -06:00