summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for atomic_move on RHEL5Toshio Kuratomi2017-01-041-16/+9
* fixed id queries, should rely on effectiveBrian Coca2017-01-041-3/+3
* Add traceback information to fail_json in atomic moveToshio Kuratomi2017-01-031-5/+5
* let chdir support relative path in more modules (#16736)Gordon Gao2016-12-221-4/+2
* added file flag preservation to atomic_moveBrian Coca2016-12-211-0/+14
* simplified unsafe writesBrian Coca2016-12-201-19/+15
* unique error messages to avoid confusionBrian Coca2016-12-201-4/+3
* Fix 3 char indent on AnsibleModule._unsafe_writes (#19542)Adrian Likins2016-12-201-20/+20
* Better error msg for basic.get_bin_path()Adrian Likins2016-12-191-1/+1
* Better error message for module unsupported paramsAdrian Likins2016-12-191-2/+6
* Factored polling std{out,err} reads into a functionSteve Kuznetsov2016-12-141-12/+13
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-1/+1
* log on target based on nolog, not verbosity (#18570)Brian Coca2016-11-291-1/+2
* Fix traceback in atomic_move (#18649)Adrian Likins2016-11-281-3/+5
* File attributes (#18213)Brian Coca2016-11-071-1/+92
* Add hint that python3 might be too oldToshio Kuratomi2016-10-271-1/+9
* Fix for run_command tests now that it returns native stringsToshio Kuratomi2016-10-031-0/+5
* Make run_command return native stringsToshio Kuratomi2016-10-031-7/+25
* Add a umask argument to run_commandMichael Scherer2016-09-261-1/+9
* fixes issue #13981: unsafe_writes block appeared too late in the atom… (#17...Pascal Grange2016-09-221-23/+31
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-9/+5
* Fix paramiko's exec_command() to return bytes on python3 (#17372)Toshio Kuratomi2016-09-021-6/+6
* We now have an exception return value. Make use of it instead of putting the...Toshio Kuratomi2016-09-021-3/+4
* Various python3 updates for module_utils: (#17345)Toshio Kuratomi2016-09-011-52/+54
* For module parameter checking, allow conversion of int to float (#17325)Toshio Kuratomi2016-08-311-1/+1
* Python3 fixes and porting (#17271)Toshio Kuratomi2016-08-291-34/+43
* Simple documentation typo fix, 'iIf' to 'If'Peter Martini2016-08-261-1/+1
* Fix "Text file busy" exception in atomic_move (#9526) (#17204)Alexander Stock2016-08-261-41/+45
* Fix for run_command on py3 and enable lineinfile test on py3 (#17257)Toshio Kuratomi2016-08-261-9/+9
* Fix octal output in a few more places (#17250)Toshio Kuratomi2016-08-251-2/+2
* Fix get_distribution for Alpine Linux (#17224)Yann Autissier2016-08-251-1/+1
* Fix file and copy modules on py3 and enable tests. (#17239)Matt Clay2016-08-251-1/+1
* new filter human_bytes: convert a string (ex: 1Mo, 1K) into bytes (#12074)Yannig2016-08-241-44/+72
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-45/+3
* Fix errors when using -vvvv with python 3 (#17186)Michael Scherer2016-08-231-0/+2
* Give native strings to selinux library functions. (#17184)Toshio Kuratomi2016-08-221-16/+4
* Cleanup basic.py code now that six is available (#17158)Toshio Kuratomi2016-08-201-131/+125
* added bits and bytes arg types (#17102)Brian Coca2016-08-161-1/+49
* fixed indentBrian Coca2016-08-091-1/+1
* removed extraneous test codeBrian Coca2016-08-091-3/+0
* added unsafe_writes as common file feature (#17016)Brian Coca2016-08-091-1/+5
* YAML treats some unquoted strings as booleans. For instance, (#16961)Toshio Kuratomi2016-08-051-3/+35
* added y/n to list of module booleansBrian Coca2016-08-041-2/+2
* added pid to backup file name to avoid collisionsBrian Coca2016-07-291-1/+1
* Fix syntax error in json/jsonarg type parserRyan S. Brown2016-07-281-1/+1
* jsonarg bikeshed to json, arg type implies 'arg'Brian Coca2016-07-261-0/+1
* Find places where ziploader is used and change them to ansiballz so that peop...Toshio Kuratomi2016-07-211-1/+1
* removed redundant True/False cause `arg.lower()`Brian Coca2016-07-111-2/+2
* Merge pull request #14639 from ivovangeel/find_mount_point-bugJames Cammarata2016-06-221-1/+1
|\
| * Fixed bug in find_mount_point functionivovangeel2016-02-241-1/+1