summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/lineinfile.py
Commit message (Expand)AuthorAgeFilesLines
* make lineinfile docs clearer and make module pep8 (#23857)Sloane Hertel2017-04-231-3/+4
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* Correct typos. (#20490)HyungCheol Kim2017-01-201-1/+1
* Consistent path attribute for file-related modulesDag Wieers2017-01-131-20/+24
* Fix code-blocks to use correct syntax highlightingToshio Kuratomi2017-01-081-3/+4
* Fix differences with devel.Matt Clay2016-12-081-1/+1
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-2/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Change examples syntax on lineinfile moduleSam Doran2016-12-081-14/+49
* to_text, to_bytes, and to_native now have surrogate_or_strict error handler (...Toshio Kuratomi2016-12-081-12/+14
* Fixes for lineinfile (#4553)Toshio Kuratomi2016-12-081-63/+71
* unsafe writes! (#4314)Brian Coca2016-12-081-1/+1
* The documentation of lineinfile now makes reference to blockinfile (#3639)Marcos Diez2016-12-081-4/+4
* Fixed module doc typosJose Moreira2016-12-081-2/+2
* Add diff for both file contents and file attributes to lineinfileTobias Wolf2016-12-081-9/+43
* Move validate command into doc fragment and fix a few typosJeff Widman2016-12-081-10/+1
* Do not insert extra newline if line already contains itgimoh2016-12-081-2/+5
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+3
* use the right way to unescape line string Reference https://github.com/ansibl...jaypei2016-12-081-17/+0
* Fix use of codecs.escape_decode()Toshio Kuratomi2016-12-081-1/+1
* Slightly more future-proof version of the lineinfile fixToshio Kuratomi2016-12-081-8/+5
* Correct lineinfile documentation about double quoting... Hasn't been the case...Toshio Kuratomi2016-12-081-2/+1
* Clarify the documented behaviour of insertbefore slightly.Toshio Kuratomi2016-12-081-2/+2
* update docs for insertbefore/insertafterPiotr Gosławski2016-12-081-5/+7
* Fix behavior when insert* doesn't match anythingPiotr Gosławski2016-12-081-5/+2
* Fix breakage in lineinfile check mode when target file does not exist.Jeff Bradberry2016-12-081-1/+4
* Fix lineinfile documentation typoEric2016-12-081-1/+1
* Adding file doc fragment to those modules in files/ missing itJames Cammarata2016-12-081-0/+1
* Tweak docs to mention `replace`Eric Hanchrow2016-12-081-2/+4
* Updating SELinux example doc in lininefile moduleMajor Hayden2016-12-081-1/+1
* file extensions!Michael DeHaan2016-12-081-0/+400