summaryrefslogtreecommitdiff
path: root/files/blockinfile.py
Commit message (Expand)AuthorAgeFilesLines
* Do not import splitter, since we do not use ittemp-post-2.2.0-stagingMichael 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