ansible/lib/ansible
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
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Ansible vault: a framework for encrypting any playbook or var file. 2014-02-18 15:35:12 -05:00
module_utils Fixing several bugs in assemble and updating tests 2014-02-24 14:27:23 -06:00
playbook Fixing bug in which playbook vars were not merged properly 2014-02-20 15:25:52 -05:00
runner Fixing several bugs in assemble and updating tests 2014-02-24 14:27:23 -06:00
utils Fix decryption error 2014-02-24 13:20:27 -05:00
__init__.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
callbacks.py Filter out messages that match the pattern username:password@host 2014-02-13 14:23:49 -06:00
color.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
constants.py Ansible vault: a framework for encrypting any playbook or var file. 2014-02-18 15:35:12 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00