summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* We want the ini and env vars to both override in the same orderToshio Kuratomi2017-10-041-1/+1
* Allow any_errors_fatal to be set in playbook - fixes #30691 (#30839)Sloane Hertel2017-10-042-1/+10
* check type to avoid typeerror tbBrian Coca2017-10-041-3/+8
* yum: fix name parsing out of envra (#31247)Martin Krizek2017-10-041-6/+6
* correctd inventory_file to return full pathBrian Coca2017-10-041-2/+1
* dont follow symlinks for inventoriesBrian Coca2017-10-041-1/+1
* turn all inventory cache 'off by default'Brian Coca2017-10-041-2/+2
* updated constructed docs to clarify use of extBrian Coca2017-10-041-1/+1
* Fixes nxos_igmp_interface idempotence issue for N1 images (#31220) (#31288)Trishna Guha2017-10-041-2/+2
* Fixes #30769 - nxos_vtp_version errors out on N1 images. (#30770) (#31285)Trishna Guha2017-10-043-12/+21
* Correctly write SELinux config file (#31251)Sam Doran2017-10-032-28/+72
* win_become: move error handling to Ansible outside of shell (#31227)Jordan Borean2017-10-041-10/+3
* Update elasticsearch_plugin.py (#28936)Sam Doran2017-10-031-33/+90
* fix monit version checkDaniel Roberts2017-10-031-4/+4
* BugFix code breaks, if include_vars dir is file instead of directory (#31157)Abhishek Shukla2017-10-031-4/+7
* win_reg_stat actually sets properties to be a dictionary, not a list (#31252)Dustin Spicuzza2017-10-041-4/+4
* win_copy: fix for copying encrypted file without pass (#31084)Jordan Borean2017-10-031-10/+20
* make pipelining actually backwards compatibleBrian Coca2017-10-031-2/+7
* Handle vault decrypt --output=- (#31066)Adrian Likins2017-10-031-1/+4
* set _hosts on access if None (#31111)Brian Coca2017-10-031-7/+11
* Fix flush_cache on redis cacheAdrian Likins2017-10-031-1/+1
* remove unused ssh pipelining settersBrian Coca2017-10-032-16/+10
* Fix backwards compatibility of constants.get_configDavid Moreau-Simard2017-10-031-2/+2
* win_dotnet_ngen: fix after broken in 2.4 (#31076)Jordan Borean2017-10-032-56/+98
* win_msg: added doc about msg limit and included an explicit check for better ...Jordan Borean2017-10-032-0/+5
* [cloud] Fix handling of `encrypt` option in aws_s3 module (#30822)Dave Grochowski2017-10-021-4/+5
* yaml inventory: Better error reporting on typo. fixes (#31118)Julien Palard2017-10-021-1/+5
* avoid include_Xs conflating vars with options (#30954)Brian Coca2017-10-022-18/+21
* corrected yaml extensions ini settingBrian Coca2017-10-021-2/+2
* remove action plugin only fields from 'file' calls (#31047)Brian Coca2017-09-291-9/+8
* win_chocolately document improvedments, mention win_hotfix and use of become ...jhawkesworth2017-09-301-2/+12
* module_utils.urls - Encode the proxy connect as binary (#30811)Damian Zaremba2017-09-291-1/+1
* removed typo from dig docsBrian Coca2017-09-291-1/+1
* [cloud] Improve boto3_tag_list_to_ansible_dict backward compatibility (#30622)Will Thames2017-09-291-8/+12
* fixed winrm to use proper task vars (#31072)Brian Coca2017-09-292-13/+9
* fix os_image so it works when id is None (#29147)Joshua C. Randall2017-09-281-2/+5
* Fix fact failures cause by ordering of collectors (#30777)Adrian Likins2017-09-282-65/+98
* fix for webapppool when specifying an attribute that holds a collection (#30729)Jordan Borean2017-09-282-9/+85
* New release v2.4.1.0-0.1.beta1v2.4.1.0-0.1.beta1Toshio Kuratomi2017-09-271-1/+1
* Fix ec2_snapshot_facts for python3Will Thames2017-09-271-2/+2
* lxc_container: open files as text, fixes #30571 (#30572)bit2017-09-271-3/+4
* Fix sensu_silence module boolean parameter declaration (#30971)Christian Albrecht2017-09-281-1/+1
* fixed lookup dig docsBrian Coca2017-09-271-17/+16
* fixed pull's ansible/git invocation options (#30938)Brian Coca2017-09-271-11/+22
* Fix crypttab python3 compatibility issue (#30457)Jonathan Piron2017-09-271-2/+2
* since we never added toggle, disable cacheBrian Coca2017-09-273-3/+3
* rmeove ext requirement for yaml inventory pluginBrian Coca2017-09-271-1/+1
* Remove stray " and replace include: with import_tasks:Thomas Steen Rasmussen2017-09-271-1/+1
* corrected import_play into to import_playbook (#30853)Brian Coca2017-09-262-4/+4
* fix for slack callback breaks in 2.4 (#30932)Brian Coca2017-09-261-17/+12