You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/files
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
11 years ago
..
acl fixed docstring and changed type to etype avoiding python builtin 11 years ago
assemble Fixing several bugs in assemble and updating tests 11 years ago
copy Update copy 11 years ago
fetch There's a cleaner way to do this, commit to module formatter pending. 11 years ago
file Merge pull request #5282 from rhaido/hard_link_fix 11 years ago
ini_file Addresses #5023 Fix import comments 11 years ago
lineinfile Adding the backup destination to the resut dictionary for lineinfile 11 years ago
stat Mark stat module as supporting check_mode 11 years ago
synchronize Merge pull request #5051 from deontologician/patch-1 11 years ago
template Document ansible_managed changing the template. 11 years ago
unarchive Cleanup per notes. 11 years ago
xattr Addresses #5023 Fix import comments 11 years ago