summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* restored 2.4/2.5 compatBrian Coca2017-10-121-2/+4
* wait_for: treat broken connections as "unready" (#28839)sethp-nr2017-10-121-4/+17
* New release v2.3.3.0-0.1.rc1v2.3.3.0-0.1.rc1James Cammarata2017-09-301-1/+1
* restored 'static' which is still used in 2.3Brian Coca2017-09-301-0/+1
* validate include_role args (#28077)Brian Coca2017-09-291-10/+18
* Remove example of using params for the url_passwordToshio Kuratomi2017-09-251-6/+11
* fix for yaml inventory in not likeing 'none'Brian Coca2017-09-201-3/+3
* revert win_file headers back to original format so cherry picking worksjborean932017-09-191-6/+17
* win_file: Fix check-mode issue removing dirs (#30475)Dag Wieers2017-09-191-23/+12
* Use safe_load to load yaml (#30408)Ganesh Nalawade2017-09-151-1/+1
* Document boolean default value treatment (#30062)Toshio Kuratomi2017-09-141-0/+1
* Fixes verify_ssl option when False in ansible_tower module util (#30308)ethackal2017-09-141-1/+1
* [cloud] update the local variable route_table with the latest tag changes (#2...Sloane Hertel2017-09-141-0/+1
* fixed become to show the stdout and stderr streams instead of the StreamReade...Jordan Borean2017-09-141-1/+1
* Updated Display.do_var_prompt to use to_native on prompt ( Fixes #30265 ) (#3...Andrea Tartaglia2017-09-131-1/+1
* removed orig_exec as that is 2.4 featureBrian Coca2017-09-121-1/+1
* make os_security_group_rule idempotent (#23707)Andrea Tosatto2017-09-121-6/+11
* Create a new pipe for sshpass on retries. Fixes #29095Matt Martz2017-09-111-0/+6
* Fixes #26793: convert insert regex to_bytes before searchingAnton Baklanov2017-09-091-2/+2
* Fix py3 string issue in jail connection plugin (take 2) (#28374)Pierre Guinoiseau2017-09-091-13/+4
* Fix connection credentials for cloudtrail module in stable 2.3. Fixes #28821.s-hertel2017-09-091-4/+2
* fix check mode for solaris enable/disable (#29049)Brian Coca2017-09-061-12/+13
* less confusing 'args' message (#29053)Brian Coca2017-09-061-3/+6
* Ensure proper conversion while backing up of junos config (#28958) (#28992)Ganesh Nalawade2017-09-043-5/+6
* Fix encoding error on grp.gr_name, which can contain non-ascii chars at domai...Sergey Scherbakov2017-09-011-2/+2
* Junos_config unicode (#23369) (#28913)Ganesh Nalawade2017-09-013-7/+8
* Handle AttributeError in vmware module_utilsAbhijeet Kasurde2017-08-311-2/+7
* [cloud] Backport handling of CloudFormation failure state - fixes #24596 #245...Alex Shteinikov2017-08-301-2/+4
* win_get_url.ps1 - enable TLS1.1/TLS1.2 if they're available but disabled (#26...Dave2017-08-301-0/+9
* allow pesky 'bridge' facts to bypass facts filter (#28401)Brian Coca2017-08-292-5/+8
* Update connection logic in vmware module_utilsAbhijeet Kasurde2017-08-251-14/+15
* Fixing Issue #27270 - EFS TypeError (#27318)Patrick Murray2017-08-231-10/+8
* exoscale: fix api_key param auth typoRene Moser2017-08-221-1/+1
* fixed #28183 - user module shadowfile update on SunOS (#28276)Mike2017-08-191-0/+2
* alternatives: handle absent link, add integration tests (#27967)Pilou2017-08-161-8/+10
* Fix zip filter for Python3Andreas Olsson2017-08-141-11/+5
* the smart transport is broken by ssh retry codeToshio Kuratomi2017-08-141-4/+10
* rhn+register: do not pass username/passwd for registration if none is specifi...Ritesh Khadgaray2017-08-101-1/+3
* Fixes #23558 rpm key ids (#27847)schwatvogel2017-08-091-32/+22
* Don't do additional path expand in file moduleAndreas Olsson2017-08-081-9/+9
* Fix rabbitmq modules for python3 importToshio Kuratomi2017-08-073-22/+27
* Clean downloaded rpm files after install (#20594)Nicolas Porcel2017-08-071-29/+6
* Fix yum with rpm file or url when state=latest (#27775)Nicolas Porcel2017-08-071-0/+29
* Added missing return info for win_stat (#27736)Jordan Borean2017-08-071-3/+13
* Add check for requests moduleAbhijeet Kasurde2017-08-073-6/+28
* Fix JSON parsing for Python3Abhijeet Kasurde2017-08-071-2/+3
* 'Response' makes more sense here than 'request'acrewdson2017-08-071-1/+1
* Fix for check_mode in archive (#26788)Rene Moser2017-08-071-2/+3
* Updates docs to match module behavior (#26658)Arthur Burkart2017-08-071-4/+2
* Import to_nativeToshio Kuratomi2017-08-071-0/+1