community.general/lib/ansible/plugins
Chris Church 1d15e8f37a Pass windows command as-is without splitting/rejoining parameters.
* Fixes extra spaces added between parameters from https://github.com/ansible/ansible-modules-core/issues/1929
* Correctly decode PowerShell command encoded as UTF-16-LE so that it displays correctly in debug messages, fixes the other issue from https://github.com/ansible/ansible-modules-core/issues/1929
* Add test to verify that script parameters are passed as-is, so $true is interpreted as a boolean, fixes https://github.com/ansible/ansible/issues/10947
2015-09-16 16:30:10 -04:00
..
action Merge pull request #12359 from cchurch/fetch_no_fail_on_missing 2015-09-16 11:05:39 -04:00
cache Simplify FactCache.copy() 2015-09-03 09:44:44 +03:00
callback fixed porting bugs in profile_tasks to v2 2015-09-11 16:48:09 -04:00
connection Pass windows command as-is without splitting/rejoining parameters. 2015-09-16 16:30:10 -04:00
filter Resurrection of the comment filter 2015-09-10 14:37:42 +02:00
inventory Remove unused (copied) _before_comment method 2015-08-21 06:58:23 +05:30
lookup Fix problem with "=" in the initial file path. 2015-09-09 11:14:31 -07:00
shell Python 3: use six.text_type instead of unicode 2015-09-04 08:40:10 +03:00
strategy corrected all missing paths changes 2015-09-15 11:57:54 -04:00
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 2015-08-21 09:54:56 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00