summaryrefslogtreecommitdiff
path: root/files/blockinfile.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
* Correct indentation in examples - files/blockinfile.py (#3630)Fabio Alessandro Locati2016-12-041-3/+3
* blockinfile: Fixes #1926 by comparing a marker to a whole line instead of a l...Koki Nomura2016-11-171-2/+2
* Make blockinfile work with python3Michael Scherer2016-10-241-10/+11
* blockinfile: Add a newline at EOF when the file is newly created (#3174)YAEGASHI Takeshi2016-10-241-1/+1
* Do not import splitter, since we do not use itMichael Scherer2016-10-191-1/+0
* Use addresses and names reserved for documentation (#2894)Robin Schneider2016-09-121-1/+1
* added unsafe_writes to blockinfile (#2701)Brian Coca2016-08-091-1/+1
* Fix check mode for blockinfile when 'create: yes' is specified (#2413)Anton Ovchinnikov2016-07-281-2/+9
* Fixed /etc/hosts example for blockinfile (#2387)tazle2016-06-081-2/+2
* Don't bomb if original didn't exist (#2295)dougluce2016-05-251-1/+1
* blockinfile will always add newline at EOF (#2261)Hans-Joachim Kliemeck2016-05-201-1/+3
* the ansible version constant is now in a different placeToshio Kuratomi2016-05-121-1/+1
* Use path type for blockinfile 'dest' argument (#2192)Michael Scherer2016-05-101-2/+2
* Switch blockinfile to using the latest best way to get ansible versionToshio Kuratomi2016-04-291-3/+1
* Switch from deprecated ANSIBLE_VERSION to ansible.__version__Toshio Kuratomi2016-04-241-5/+7
* Merge pull request #1873 from mscherer/fix_1849Brian Coca2016-03-191-4/+4
|\
| * Reindent with_items, fix #1849Michael Scherer2016-03-191-4/+4
* | Doc fixesToshio Kuratomi2016-03-181-1/+1
|/
* added docs to blockinfile with_ interactionsBrian Coca2016-02-241-0/+12
* files/blockinfile.py : ERROR: version_added for new option (follow) should be...Ritesh Khadgaray2016-02-181-0/+1
* added follow docs back, removed from sharedBrian Coca2016-02-151-0/+6
* New module: blockinfileYAEGASHI Takeshi2015-10-131-0/+292