Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Make `main()` calls conditional - files (#3658) | Fabio Alessandro Locati | 2016-12-05 | 1 | -1/+3 |
| | |||||
* | Port patch.py to python3/python2.4 syntax (#2276) | Michael Scherer | 2016-05-23 | 1 | -1/+2 |
| | |||||
* | Update 'patch' documentation for src, remote_src, backup and binary. | Charles Ferguson | 2015-11-27 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | The patch module has a few missing items, and inconsistencies, in its documentation. A few of which are addressed here. Within Ansible documentation, the choices for boolean values are commonly 'yes', and 'no'. We standardise the options on that. 'remote_src' documentation uses 'False' and 'True' for its documentation, so these have been updated in both the choices and default. 'src' documentation refers to 'remote_src', so is updated to use the 'no' choice. 'backup' did not describe its options and default at all, so we add them. 'binary' default used 'False', but specified the type as 'bool' which is implicitly documented as 'yes'/'no', so we make that 'no' as well. | ||||
* | Merge pull request #339 from rbu/patch-binary | Brian Coca | 2015-07-04 | 1 | -5/+16 |
|\ | | | | | patch: Add binary option that maps to --binary to handle CLRF patches | ||||
| * | patch: Add binary option that maps to --binary to handle CLRF patches | Robert Buchholz | 2015-06-20 | 1 | -5/+16 |
| | | |||||
| * | added version added to patch's bacukp | Brian Coca | 2015-06-02 | 1 | -0/+1 |
| | | |||||
| * | patch module: 'backup_copy' parameter renamed to 'backup' | Q | 2015-06-02 | 1 | -4/+5 |
| | | |||||
| * | Update patch.py | Q | 2015-05-30 | 1 | -3/+14 |
| | | |||||
* | | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 1 | -2/+2 |
| | | |||||
* | | added version added to patch's bacukp | Brian Coca | 2015-06-16 | 1 | -0/+1 |
| | | |||||
* | | patch module: 'backup_copy' parameter renamed to 'backup' | Q | 2015-06-16 | 1 | -4/+5 |
| | | |||||
* | | Update patch.py | Q | 2015-06-16 | 1 | -3/+14 |
|/ | |||||
* | removed executable bit | Brian Coca | 2015-05-21 | 1 | -0/+0 |
| | |||||
* | more string corrections | Brian Coca | 2015-05-14 | 1 | -3/+3 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+3 |
| | |||||
* | Fix up modules that have python24 syntax error | Matt Martz | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Expand user in path, fix #385 | Michael Scherer | 2015-04-14 | 1 | -0/+1 |
| | |||||
* | [patch] Update documentation for src parameter. | Sébastien Gross | 2015-03-20 | 1 | -1/+3 |
| | |||||
* | [patch] Make sure the absolute patch file is passed to the patch command. | Sébastien Gross | 2015-03-20 | 1 | -0/+3 |
| | | | | | | | | | According the patch(1) manpage: The --directory option change to the directory dir immediately, before doing anything else. Thus if file is not relative to dir and making file absolute ensure that patch will find it. | ||||
* | [patch] Make sure patch command is found on remote system. | Sébastien Gross | 2015-03-20 | 1 | -0/+2 |
| | |||||
* | Variable name typo | André Luiz dos Santos | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | added version to patch and remote_src to allow for controlling if src is on ↵ | Brian Coca | 2015-02-09 | 1 | -4/+13 |
| | | | | master or target | ||||
* | Add new module "patch" | Jakub Jirutka | 2015-02-09 | 1 | -0/+150 |