1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli Fix galaxy install dep failure 2015-09-15 17:31:47 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Removing FIXME comment which is no longer required 2015-09-15 14:47:49 -04:00
galaxy Fix problems with undefined references to self.display and remove method that's no longer called 2015-09-16 09:27:28 -07:00
inventory Fix mutable default argument 2015-09-16 16:49:45 -03:00
module_utils Add no-log parameter to common openstack args 2015-09-13 19:48:37 +02:00
modules Update core modules ref 2015-09-15 14:26:09 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Check if path is /dev/null when checking if a file is in fact a file 2015-09-14 14:41:22 -04:00
playbook Merge pull request #12389 from amenonsen/minus-t 2015-09-16 09:49:39 -04:00
plugins Pass windows command as-is without splitting/rejoining parameters. 2015-09-16 16:30:10 -04:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Fix typo 2015-09-14 21:11:40 +02:00
vars Fixing precedence order for new nonpersistent vars (set_fact/register) 2015-09-11 12:24:44 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00