summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release v2.4.4-0.1.beta1v2.4.4-0.1.beta1Toshio Kuratomi2018-02-212-2/+2
* Add python3 ansible_*_interpreter fix to the changelogToshio Kuratomi2018-02-211-0/+3
* Fix types when evaluating interpreter (#36541)Matt Martz2018-02-211-15/+20
* Check for regexp match when using insertbefore or insertafter (#36474)Sam Doran2018-02-214-33/+224
* Add note to use script module rather than inline here documents (#32863)Sam Doran2018-02-211-8/+10
* cherry-pick #36470 for 2.4 (#36526)Matt Martz2018-02-214-10/+19
* VMware: set extra configs for virtual machine (#36521)Abhijeet Kasurde2018-02-211-9/+20
* fetch: changed docs around behaviour for default fail_on_missingJordan Borean2018-02-211-9/+2
* Update CHANGELOGSam Doran2018-02-201-0/+2
* Always show prompt, even if seconds or minutes are specified (#36258)Sam Doran2018-02-201-14/+17
* winrm: Fix kerberos auth encoding for Python 3 (#36465)Jordan Borean2018-02-212-2/+5
* Add deb packaging fix for ubuntu12.04 to changelogToshio Kuratomi2018-02-191-0/+3
* Use pycrypto backend, rather than python-cryptography, on Ubuntu PreciseGrant Slater2018-02-191-0/+3
* added support for --testcase flag in ansible-test (#36134)David Newswanger2018-02-193-0/+34
* Add changelog entries for some more 2.4.4 fixesToshio Kuratomi2018-02-151-0/+6
* fix new EC2 C5 instance virtualization_type identification (#35063)Adam Miller2018-02-151-0/+10
* Clarify when and how to enable ANSIBLE_DEBUG (#35220)John R Barker2018-02-151-2/+6
* Improve convert_bool error messageDag Wieers2018-02-151-1/+1
* make v2_playbook_on_notify method signatures consistentAdam Miller2018-02-152-3/+4
* Fix ansible-console always asking for vault passwordsAdrian Likins2018-02-151-9/+0
* fix spelling. Seriously, that's it.tedder2018-02-153-3/+4
* add_host: check if name or hostname arg is providedMartin Krizek2018-02-151-0/+6
* fixes to virtual factsBrian Coca2018-02-152-3/+4
* False matches the docs and intentions of the previous developer (#35762)Michael Nugent2018-02-152-1/+3
* Add oom_killer fix for docker_container to the changelogToshio Kuratomi2018-02-151-0/+3
* Backport fix in PR #30712 into 2.4PikachuEXE2018-02-151-1/+3
* updated changelog for win_uri fixJordan Borean2018-02-151-0/+2
* win_uri: fix creates/remotes - manual cherry-picking for pull 36016 for stabl...Jordan Borean2018-02-151-8/+8
* Add changelog entry for reparenting fix (#36075)Matt Martz2018-02-131-1/+2
* Prevent reparenting a block with itself (#36075)Matt Martz2018-02-131-1/+13
* Fix nxos_igmp_interface for diff nxos versions (#35959) (#36020)Trishna Guha2018-02-122-2/+4
* Add changelog entry for memory ballooning fixMatt Martz2018-02-091-0/+2
* Address memory ballooning caused by task caching changes (#35921)Matt Martz2018-02-092-21/+31
* networking fix cherry-pick (#35936)Trishna Guha2018-02-094-8/+17
* Add dest in copy return fix to changelogToshio Kuratomi2018-02-081-0/+2
* Fix for #31477: return 'dest' from copy when file wasn't changedTomasz Kontusz2018-02-081-9/+5
* fix connection gets overridden by network_cli for transport nxapi,eapi net_* ...Trishna Guha2018-02-084-46/+67
* device operations are recursive if serialized (#35727)Abhijeet Kasurde2018-02-071-1/+1
* Temp install of setuptools for import coverage. (#35752)Matt Clay2018-02-061-0/+2
* Fix lineinfile to insert line when pattern exists elsewhere in the file. (#33...Sam Doran2018-02-055-95/+320
* Add winrm ipaddress fix to changelogToshio Kuratomi2018-02-051-1/+2
* Fix: global name 'HAS_IPADDRESS' is not defined.Luca Berruti2018-02-051-1/+1
* Fix pip integration test.Matt Clay2018-01-312-2/+1
* Remove EOL openSUSE Leap 42.2 from CI.Matt Clay2018-01-311-3/+0
* Revert "Add test for fix using loop_control with delegate_to (#33809)"Toshio Kuratomi2018-01-312-18/+0
* Add test for fix using loop_control with delegate_to (#33809)Martin Krizek2018-01-312-0/+18
* Fixes broken link.Scott Butler2018-01-311-1/+1
* Fix networking bugs cherry-picked from devel (#35533)Trishna Guha2018-01-316-7/+34
* Catch exception comparing role versions, and provide a user friendly error me...Matt Martz2018-01-311-1/+8
* Recursively remove args with omit as as their value, to match suboptions in a...Matt Martz2018-01-312-2/+55