Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Correct indentation in examples - files/blockinfile.py (#3630) | Fabio Alessandro Locati | 2016-12-04 | 1 | -3/+3 |
| | | | | * indentation in with_items section is out, correct that. | ||||
* | blockinfile: Fixes #1926 by comparing a marker to a whole line instead of a ↵ | Koki Nomura | 2016-11-17 | 1 | -2/+2 |
| | | | | line prefix (#3339) | ||||
* | Make blockinfile work with python3 | Michael Scherer | 2016-10-24 | 1 | -10/+11 |
| | | | | | | | | | | | Traceback (most recent call last): File \"/tmp/ansible_ueg52c0b/ansible_module_blockinfile.py\", line 319, in <module> main() File \"/tmp/ansible_ueg52c0b/ansible_module_blockinfile.py\", line 259, in main if line.startswith(marker0): TypeError: startswith first arg must be bytes or a tuple of bytes, not str Also clean imports while on it. | ||||
* | blockinfile: Add a newline at EOF when the file is newly created (#3174) | YAEGASHI Takeshi | 2016-10-24 | 1 | -1/+1 |
| | | | Ref: #2687 | ||||
* | Do not import splitter, since we do not use it | Michael Scherer | 2016-10-19 | 1 | -1/+0 |
| | |||||
* | Use addresses and names reserved for documentation (#2894) | Robin Schneider | 2016-09-12 | 1 | -1/+1 |
| | | | | | Trying to preserve the meaning of the examples. Related to: https://github.com/ansible/ansible/issues/17479 | ||||
* | added unsafe_writes to blockinfile (#2701) | Brian Coca | 2016-08-09 | 1 | -1/+1 |
| | | | depends on http://github.com/ansible/ansible/issues/17016 | ||||
* | Fix check mode for blockinfile when 'create: yes' is specified (#2413) | Anton Ovchinnikov | 2016-07-28 | 1 | -2/+9 |
| | | | | Make the module more semantically similar to lineinfile when the destination does not exist. This fixes #2021. | ||||
* | Fixed /etc/hosts example for blockinfile (#2387) | tazle | 2016-06-08 | 1 | -2/+2 |
| | | | | - Fixed name - Fixed name/ip order in template | ||||
* | Don't bomb if original didn't exist (#2295) | dougluce | 2016-05-25 | 1 | -1/+1 |
| | | | | If we don't have an existing file, original ends up as None. Bug introduced in 70fa125 | ||||
* | blockinfile will always add newline at EOF (#2261) | Hans-Joachim Kliemeck | 2016-05-20 | 1 | -1/+3 |
| | |||||
* | the ansible version constant is now in a different place | Toshio Kuratomi | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Use path type for blockinfile 'dest' argument (#2192) | Michael Scherer | 2016-05-10 | 1 | -2/+2 |
| | |||||
* | Switch blockinfile to using the latest best way to get ansible version | Toshio Kuratomi | 2016-04-29 | 1 | -3/+1 |
| | |||||
* | Switch from deprecated ANSIBLE_VERSION to ansible.__version__ | Toshio Kuratomi | 2016-04-24 | 1 | -5/+7 |
| | |||||
* | Merge pull request #1873 from mscherer/fix_1849 | Brian Coca | 2016-03-19 | 1 | -4/+4 |
|\ | | | | | Reindent with_items, fix #1849 | ||||
| * | Reindent with_items, fix #1849 | Michael Scherer | 2016-03-19 | 1 | -4/+4 |
| | | |||||
* | | Doc fixes | Toshio Kuratomi | 2016-03-18 | 1 | -1/+1 |
|/ | |||||
* | added docs to blockinfile with_ interactions | Brian Coca | 2016-02-24 | 1 | -0/+12 |
| | | | | fixes #1592 | ||||
* | files/blockinfile.py : ERROR: version_added for new option (follow) should ↵ | Ritesh Khadgaray | 2016-02-18 | 1 | -0/+1 |
| | | | | be 2.1. Currently 0.0 | ||||
* | added follow docs back, removed from shared | Brian Coca | 2016-02-15 | 1 | -0/+6 |
| | |||||
* | New module: blockinfile | YAEGASHI Takeshi | 2015-10-13 | 1 | -0/+292 |