summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add more bugfixes to changelogtemp-staging-post-2.4.1Toshio Kuratomi2017-10-251-0/+4
* Add a validate example to blockinfile. (#32088)otteydw2017-10-251-1/+2
* [fix] issue #30516 : take care about autoremove in upgrade functionSebastien Boyron2017-10-251-4/+10
* Correct formatting --arguments (#31808)John R Barker2017-10-253-9/+9
* Add changelog entries for a myriad of 2.4.2 bugfixesToshio Kuratomi2017-10-251-0/+16
* Remove toLower on source (#31983)Morgan Kesler2017-10-251-4/+0
* fix inventory loading for ansible-docBrian Coca2017-10-251-1/+1
* Add ansible_distribution_major_version to macOS (#31708)Sam Doran2017-10-251-1/+3
* ini inventory: document value parsing workaroundMartin Krizek2017-10-251-0/+4
* validate that existing dest is valid directoryBrian Coca2017-10-251-0/+3
* dont add all group vars to implicit on createBrian Coca2017-10-251-14/+9
* inserts enable cmd hash with auth_pass used (#32107)Peter Sprygada2017-10-251-1/+1
* firewalld: don't reference undefined variable in error case (#31949)Adam Miller2017-10-251-3/+2
* More fixes added to changelogToshio Kuratomi2017-10-251-0/+8
* Fix service_mgr fact collection (#32086)Adrian Likins2017-10-251-6/+6
* make sure patterns are stringsBrian Coca2017-10-251-2/+3
* Avoid default inventory proccessing for pull (#32135)Brian Coca2017-10-252-11/+8
* Add changelog for URI/get_url fixToshio Kuratomi2017-10-241-0/+2
* Prefer the stdlib SSLContext over urllib3 contextToshio Kuratomi2017-10-241-3/+9
* Add new documentation on writing unittests to the changelogToshio Kuratomi2017-10-191-1/+1
* Mdd module unit test docs (#31373)mikedlr2017-10-194-26/+716
* Run OS X tests in 3 groups in CI.Matt Clay2017-10-181-1/+3
* Add ansible_shell_executable fix to changelogToshio Kuratomi2017-10-181-0/+3
* use configured ansible_shell_executableBrian Coca2017-10-182-19/+35
* Fix exception upon display.warn() (#31876)Jerry Chong2017-10-181-1/+1
* Bunch of changelog updates for cherry-picksToshio Kuratomi2017-10-181-2/+10
* warn on bad keys in groupBrian Coca2017-10-181-13/+16
* better cleanup on task results display (#27175)Brian Coca2017-10-186-19/+64
* py2/py3 safer shas on hostvars (#31788)Brian Coca2017-10-181-1/+2
* Add k8s_common.py logging fixes to the changelogToshio Kuratomi2017-10-181-0/+4
* move to use ansible loggingBrian Coca2017-10-181-10/+6
* Update k8s_common.pyFabian von Feilitzsch2017-10-181-1/+1
* use to_str instead of json.dumps when serializing k8s object for loggingFabian von Feilitzsch2017-10-181-1/+1
* Add python3 urllib fixes to changelogToshio Kuratomi2017-10-181-0/+3
* Fix urlparse import for Python3 (#31240)François Scala2017-10-189-31/+13
* Add wait_for fix to the changelogToshio Kuratomi2017-10-181-0/+2
* wait_for: treat broken connections as "unready" (#28839)sethp-nr2017-10-181-4/+17
* Add remove host fix to changelogToshio Kuratomi2017-10-181-0/+1
* remove hosts from removed when rescuingBrian Coca2017-10-181-0/+3
* Add spec file fix to changelogToshio Kuratomi2017-10-181-0/+1
* Make RPM spec compatible with RHEL 6 (#31653)fantashley2017-10-181-1/+2
* Add panos_security_rule docs typo fix to changelogToshio Kuratomi2017-10-181-0/+8
* fix html formattingBrian Coca2017-10-181-4/+4
* Fix docker_secret integration test dependencies.Matt Clay2017-10-182-4/+4
* Fix for hostname module on RHEL7.5 added to changelogToshio Kuratomi2017-10-181-1/+1
* hostname: fix for a new version of rhel (#31839)Martin Krizek2017-10-181-0/+5
* Add changelog for cherry-picksToshio Kuratomi2017-10-181-0/+9
* Fix -M/--module-path option for ansible-doc and ansible-console (#31744)Ilya Margolin2017-10-182-6/+8
* fix closure issuesBrian Coca2017-10-181-0/+1
* Correct usage for shutil.rmtree (#31541)Abhijeet Kasurde2017-10-1818-314/+385