summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/lineinfile.py
Commit message (Expand)AuthorAgeFilesLines
* Fix differences with devel.test_new_mergeMatt Clay2014-09-261-1/+1
* Resolving differences in core modules post-mergeJames Cammarata2014-09-261-2/+3
* Refreshed metadata for core modulesToshio Kuratomi2014-09-261-0/+4
* Change examples syntax on lineinfile moduleSam Doran2014-09-261-14/+49
* to_text, to_bytes, and to_native now have surrogate_or_strict error handler (...Toshio Kuratomi2014-09-261-12/+14
* Fixes for lineinfile (#4553)Toshio Kuratomi2014-09-261-63/+71
* unsafe writes! (#4314)Brian Coca2014-09-261-1/+1
* The documentation of lineinfile now makes reference to blockinfile (#3639)Marcos Diez2014-09-261-4/+4
* Fixed module doc typosJose Moreira2014-09-261-2/+2
* Add diff for both file contents and file attributes to lineinfileTobias Wolf2014-09-261-9/+43
* Move validate command into doc fragment and fix a few typosJeff Widman2014-09-261-10/+1
* Do not insert extra newline if line already contains itgimoh2014-09-261-2/+5
* Proper author info for all remaining modulesGreg DeKoenigsberg2014-09-261-1/+3
* use the right way to unescape line string Reference https://github.com/ansibl...jaypei2014-09-261-17/+0
* Fix use of codecs.escape_decode()Toshio Kuratomi2014-09-261-1/+1
* Slightly more future-proof version of the lineinfile fixToshio Kuratomi2014-09-261-8/+5
* Correct lineinfile documentation about double quoting... Hasn't been the case...Toshio Kuratomi2014-09-261-2/+1
* Clarify the documented behaviour of insertbefore slightly.Toshio Kuratomi2014-09-261-2/+2
* update docs for insertbefore/insertafterPiotr Gosławski2014-09-261-5/+7
* Fix behavior when insert* doesn't match anythingPiotr Gosławski2014-09-261-5/+2
* Fix breakage in lineinfile check mode when target file does not exist.Jeff Bradberry2014-09-261-1/+4
* Fix lineinfile documentation typoEric2014-09-261-1/+1
* Adding file doc fragment to those modules in files/ missing itJames Cammarata2014-09-261-0/+1
* Tweak docs to mention `replace`Eric Hanchrow2014-09-261-2/+4
* Updating SELinux example doc in lininefile moduleMajor Hayden2014-09-261-1/+1
* file extensions!Michael DeHaan2014-09-261-0/+400