| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for atomic_move on RHEL5 | Toshio Kuratomi | 2017-01-04 | 1 | -16/+9 |
* | fixed id queries, should rely on effective | Brian Coca | 2017-01-04 | 1 | -3/+3 |
* | Add traceback information to fail_json in atomic move | Toshio Kuratomi | 2017-01-03 | 1 | -5/+5 |
* | let chdir support relative path in more modules (#16736) | Gordon Gao | 2016-12-22 | 1 | -4/+2 |
* | added file flag preservation to atomic_move | Brian Coca | 2016-12-21 | 1 | -0/+14 |
* | simplified unsafe writes | Brian Coca | 2016-12-20 | 1 | -19/+15 |
* | unique error messages to avoid confusion | Brian Coca | 2016-12-20 | 1 | -4/+3 |
* | Fix 3 char indent on AnsibleModule._unsafe_writes (#19542) | Adrian Likins | 2016-12-20 | 1 | -20/+20 |
* | Better error msg for basic.get_bin_path() | Adrian Likins | 2016-12-19 | 1 | -1/+1 |
* | Better error message for module unsupported params | Adrian Likins | 2016-12-19 | 1 | -2/+6 |
* | Factored polling std{out,err} reads into a function | Steve Kuznetsov | 2016-12-14 | 1 | -12/+13 |
* | Removed dict.iteritems() in several other files. | Andrea Tartaglia | 2016-12-14 | 1 | -1/+1 |
* | log on target based on nolog, not verbosity (#18570) | Brian Coca | 2016-11-29 | 1 | -1/+2 |
* | Fix traceback in atomic_move (#18649) | Adrian Likins | 2016-11-28 | 1 | -3/+5 |
* | File attributes (#18213) | Brian Coca | 2016-11-07 | 1 | -1/+92 |
* | Add hint that python3 might be too old | Toshio Kuratomi | 2016-10-27 | 1 | -1/+9 |
* | Fix for run_command tests now that it returns native strings | Toshio Kuratomi | 2016-10-03 | 1 | -0/+5 |
* | Make run_command return native strings | Toshio Kuratomi | 2016-10-03 | 1 | -7/+25 |
* | Add a umask argument to run_command | Michael Scherer | 2016-09-26 | 1 | -1/+9 |
* | fixes issue #13981: unsafe_writes block appeared too late in the atom… (#17... | Pascal Grange | 2016-09-22 | 1 | -23/+31 |
* | Move uses of to_bytes, to_text, to_native to use the module_utils version (#1... | Toshio Kuratomi | 2016-09-06 | 1 | -9/+5 |
* | Fix paramiko's exec_command() to return bytes on python3 (#17372) | Toshio Kuratomi | 2016-09-02 | 1 | -6/+6 |
* | We now have an exception return value. Make use of it instead of putting the... | Toshio Kuratomi | 2016-09-02 | 1 | -3/+4 |
* | Various python3 updates for module_utils: (#17345) | Toshio Kuratomi | 2016-09-01 | 1 | -52/+54 |
* | For module parameter checking, allow conversion of int to float (#17325) | Toshio Kuratomi | 2016-08-31 | 1 | -1/+1 |
* | Python3 fixes and porting (#17271) | Toshio Kuratomi | 2016-08-29 | 1 | -34/+43 |
* | Simple documentation typo fix, 'iIf' to 'If' | Peter Martini | 2016-08-26 | 1 | -1/+1 |
* | Fix "Text file busy" exception in atomic_move (#9526) (#17204) | Alexander Stock | 2016-08-26 | 1 | -41/+45 |
* | Fix for run_command on py3 and enable lineinfile test on py3 (#17257) | Toshio Kuratomi | 2016-08-26 | 1 | -9/+9 |
* | Fix octal output in a few more places (#17250) | Toshio Kuratomi | 2016-08-25 | 1 | -2/+2 |
* | Fix get_distribution for Alpine Linux (#17224) | Yann Autissier | 2016-08-25 | 1 | -1/+1 |
* | Fix file and copy modules on py3 and enable tests. (#17239) | Matt Clay | 2016-08-25 | 1 | -1/+1 |
* | new filter human_bytes: convert a string (ex: 1Mo, 1K) into bytes (#12074) | Yannig | 2016-08-24 | 1 | -44/+72 |
* | Migrate basestring to a python3 compatible type (#17199) | Toshio Kuratomi | 2016-08-23 | 1 | -45/+3 |
* | Fix errors when using -vvvv with python 3 (#17186) | Michael Scherer | 2016-08-23 | 1 | -0/+2 |
* | Give native strings to selinux library functions. (#17184) | Toshio Kuratomi | 2016-08-22 | 1 | -16/+4 |
* | Cleanup basic.py code now that six is available (#17158) | Toshio Kuratomi | 2016-08-20 | 1 | -131/+125 |
* | added bits and bytes arg types (#17102) | Brian Coca | 2016-08-16 | 1 | -1/+49 |
* | fixed indent | Brian Coca | 2016-08-09 | 1 | -1/+1 |
* | removed extraneous test code | Brian Coca | 2016-08-09 | 1 | -3/+0 |
* | added unsafe_writes as common file feature (#17016) | Brian Coca | 2016-08-09 | 1 | -1/+5 |
* | YAML treats some unquoted strings as booleans. For instance, (#16961) | Toshio Kuratomi | 2016-08-05 | 1 | -3/+35 |
* | added y/n to list of module booleans | Brian Coca | 2016-08-04 | 1 | -2/+2 |
* | added pid to backup file name to avoid collisions | Brian Coca | 2016-07-29 | 1 | -1/+1 |
* | Fix syntax error in json/jsonarg type parser | Ryan S. Brown | 2016-07-28 | 1 | -1/+1 |
* | jsonarg bikeshed to json, arg type implies 'arg' | Brian Coca | 2016-07-26 | 1 | -0/+1 |
* | Find places where ziploader is used and change them to ansiballz so that peop... | Toshio Kuratomi | 2016-07-21 | 1 | -1/+1 |
* | removed redundant True/False cause `arg.lower()` | Brian Coca | 2016-07-11 | 1 | -2/+2 |
* | Merge pull request #14639 from ivovangeel/find_mount_point-bug | James Cammarata | 2016-06-22 | 1 | -1/+1 |
|\ |
|
| * | Fixed bug in find_mount_point function | ivovangeel | 2016-02-24 | 1 | -1/+1 |