summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Force BSDs to use umount/mount instead of trying to use remount. (#5715)Toshio Kuratomi2016-11-231-3/+13
* systemctl show rc changes across versionsBrian Coca2016-11-231-33/+30
* Fall back if mountinfo reading failed (fixing #5603)Jiri Tyr2016-11-231-2/+7
* Improve `ec2` module Python3 Support (#5497)Zaius Dr2016-11-221-5/+7
* ported iterkeys to py3 syntax (#5657)Andrea Tartaglia2016-11-221-3/+4
* Ensure proper error when fetch_url returns status -1Dag Wieers2016-11-211-1/+5
* Set b_src to abspath of b_path so that symlinks work again. (#5678)jctanner2016-11-211-0/+1
* New release v2.2.1.0-0.1.rc1James Cammarata2016-11-181-1/+1
* Fix for call to umount() in remount()Toshio Kuratomi2016-11-181-1/+1
* try remount but fallback to unmount + mount (#2445)Brian Coca2016-11-181-8/+36
* Fix wait_for Module to handle socket response as string in Python3zaiusdr2016-11-181-1/+3
* Prevent handle inheritance from blocking Windows async_wrapper (#5666)Matt Davis2016-11-181-1/+1
* Several systemd fixesBrian Coca2016-11-181-44/+59
* Revert "ios_mods - added stdout to exception output. Removed to_lines()" (#5663)Peter Sprygada2016-11-182-4/+9
* Clarify the commentToshio Kuratomi2016-11-171-2/+2
* Older versions of rhn-client-tools don't understand containment tests.Toshio Kuratomi2016-11-171-3/+4
* Performance improvement using in-operator for hash lookupsDag Wieers2016-11-172-3/+3
* Ini_file: fix regression with the create optionGyorgy Szombathelyi2016-11-141-4/+4
* stat: doc: add version for new returns (#5594)René Moser2016-11-141-3/+3
* Make service work when the service is not present in rc.confMichael Scherer2016-11-081-2/+4
* Updated documentation for PR http://github.com/ansible/ansible/pull/17207Allen Sanabria2016-11-081-5/+47
* fix parsing show module command for 9372 (#5485)Jason Edelman2016-11-071-0/+2
* ios_mods - added stdout to exception output. Removed to_lines() (#5428)bdowling2016-11-072-9/+4
* Adding missing param (#5447)Gabriele2016-11-071-1/+1
* nxos_snmp_community bugfix (#5450)Gabriele2016-11-071-198/+100
* Fixing module (#5451)Gabriele2016-11-071-3/+2
* apt: fix changed when cache updated but not pkg (#5487)René Moser2016-11-061-6/+0
* ios_facts module will no longer error on missing command (#5491)Peter Sprygada2016-11-031-60/+56
* fix the behavior that the dest is directoryzuiurs2016-11-031-6/+7
* make sure all svcadm operations are syncronousBrian Coca2016-11-011-2/+2
* fix JSON junk in win_file state=directory caseMatt Davis2016-11-011-1/+1
* Record existing cron file as string property, rather than only recording term...Evan Kaufman2016-11-011-9/+11
* Rendering of crontab should reflect actual newline termination, in diff modeEvan Kaufman2016-11-011-3/+3
* Ensure trailing newline is written to cron fileEvan Kaufman2016-11-011-3/+12
* Fix incorrect line wrapping in output from yum check-updatesFilip Hubík2016-11-011-0/+2
* Need to locate a pip inside a venv when venv is specifiedToshio Kuratomi2016-11-011-22/+36
* New release v2.2.0.0-1James Cammarata2016-10-311-1/+1
* Pushing changes to nxos modules (#5239)Gabriele2016-10-2843-340/+194
* Fixing doctsting (#5238)Gabriele2016-10-281-1/+1
* Fixing docstrings and examples (#5351)Gabriele2016-10-285-17/+6
* New release v2.2.0.0-0.4.rc4James Cammarata2016-10-271-1/+1
* fix win_shell/win_command deadlock on large interleaved stdout/stderr (#5384)Matt Davis2016-10-252-8/+79
* Fix String Type for Python 3 Branch ComparisonFahri Cihan Demirci2016-10-241-2/+2
* New release v2.2.0.0-0.3.rc3James Cammarata2016-10-241-1/+1
* Fix uri for change in case in responseToshio Kuratomi2016-10-241-9/+5
* fix win async tempdir deletion failureMatt Davis2016-10-241-1/+1
* switch win async to use Win32 CreateProcessMatt Davis2016-10-241-20/+94
* First set of fixes for uri module to work with py3.Toshio Kuratomi2016-10-231-21/+27
* ini_file: return more infos on changes.Luca Berruti2016-10-231-3/+10
* ini_file: diff support.Luca Berruti2016-10-231-3/+12