summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* only set executable from shell if not set alreadyBrian Coca2017-05-221-2/+3
* enable run_command to use non /bin/sh shellsBrian Coca2017-05-221-9/+17
* Fix UnboundLocalError in basic.pyAbhijeet Kasurde2017-05-151-1/+1
* Fix error in unittestingToshio Kuratomi2017-05-031-4/+3
* Fix places where path needs to be bytes on python3Toshio Kuratomi2017-05-031-4/+12
* fix hashing when path is symlinkBrian Coca2017-04-201-1/+1
* Fix errors reported by pylint. (#23282)Matt Clay2017-04-061-1/+1
* changed spec to options as per irc meetingBrian Coca2017-03-281-2/+2
* pass params to validate againstBrian Coca2017-03-241-17/+23
* subspec protptypeBrian Coca2017-03-241-8/+26
* E501 fixes (#22879)Matt Martz2017-03-221-4/+9
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-5/+5
* added 'existing' backBrian Coca2017-03-201-0/+2
* Check if file is not a directory with get_bin_path function (#13985)THEBAULT Julien2017-03-101-1/+1
* Change comment to reflect the actual codeViktor Fogelberg2017-03-031-1/+1
* Ensure that filenames from archives are not expandedDag Wieers2017-03-021-28/+36
* Fix log_invocation function to pass unittests on python3Toshio Kuratomi2017-03-011-8/+1
* PEP8 E712 fixes (#21916)Matt Martz2017-02-241-1/+1
* refine password field filtering (#21230)Brian Coca2017-02-161-3/+5
* Don't mix deprecations messages with warnings messages (#21337)Pilou2017-02-131-3/+6
* fixed bad copy/paste, deprecations should deprecateBrian Coca2017-02-131-1/+1
* Fix to bytes surrogate and nonencodable chars (#21180)Toshio Kuratomi2017-02-091-2/+2
* use regex vs list to weed out password fieldsBrian Coca2017-02-091-2/+6
* updates the code path for network modules (#21193)Peter Sprygada2017-02-091-1/+5
* add url_password to 'cleanse' listBrian Coca2017-02-091-1/+1
* removing unwanted variables and using to_native instead of str()jerry2017-02-081-2/+2
* Adding self.log() on IOErrors and OSErrrosjeronimog2017-02-081-0/+2
* module_utils: implement deprecation warning for params (#20884)René Moser2017-02-011-6/+14
* module_utils/basic.py: Support logical or condition in required_if (#20220)Ganesh Nalawade2017-01-311-2/+14
* Show valid bool symbols in error for invalid bool symbolAdrian Likins2017-01-311-2/+3
* added warnings list to module and autoaddBrian Coca2017-01-311-11/+55
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-33/+33
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-4/+7
* 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