community.general/lib/ansible/module_utils
James Cammarata 3b2d409906 Fixing several bugs in assemble and updating tests
Bugfixes:
* the remote_src param was not being converted to a boolean correctly,
  resulting in it never being used by the module as the default behavior
  was remote_src=True (issue #5581)
* the remote_src param was not listed in the generic file params, leading
  to a failure when the above bug regarding remote_src was fixed
* the delimiter should always end with a newline to ensure that the file
  fragments do not run together on one line

Fixes #5581
2014-02-24 14:27:23 -06:00
..
__init__.py Add package file. 2013-10-26 11:10:54 -04:00
basic.py Fixing several bugs in assemble and updating tests 2014-02-24 14:27:23 -06:00
ec2.py Small fix for ec2 validate_certs option 2014-02-13 16:30:31 -05:00
known_hosts.py Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeychecking is off 2014-01-28 11:49:35 -05:00
rax.py Support providing a tenant_name also 2014-01-28 13:58:41 -06:00