ansible/files
gimoh d9f8fa56d8 Do not insert extra newline if line already contains it
When using YAML multi-line strings, e.g.:

- lineinfile:
    dest: /tmp/foo
    line: >
      foo
      bar

the line already ends with a newline.  If an extra newline is appended unconditionally it will lead to inserting an extra newline on each run.
2015-02-23 14:14:00 +00:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py acl: Fix X support in ACL permissions 2014-11-10 20:32:05 +03:00
assemble.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2014-11-06 21:25:55 -08:00
copy.py Fix for recursion traceback in copy with relative paths 2015-02-16 15:36:54 -08:00
fetch.py fetch: fix the flat parameter description 2015-02-17 09:06:26 +01:00
file.py Merge pull request #790 from rhlmhrtr/file_documentation 2015-02-16 13:21:13 -08:00
ini_file.py Adding file doc fragment to those modules in files/ missing it 2014-10-01 20:55:50 -05:00
lineinfile.py Do not insert extra newline if line already contains it 2015-02-23 14:14:00 +00:00
replace.py Fix #10059 - replace module does not obey follow=yes 2015-01-23 18:10:00 -05:00
stat.py Merge pull request #17 from cooniur/devel 2014-12-01 12:02:46 -05:00
synchronize.py Fix documentation formatting 2014-12-10 11:17:16 -08:00
template.py file extensions! 2014-09-26 10:37:56 -04:00
unarchive.py Doc change - make clearer usage for existing remote file 2015-02-17 13:48:59 +00:00
xattr.py file extensions! 2014-09-26 10:37:56 -04:00