summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog entry for yum and rabbitmq fixestemp-staging-post-2.3.2Toshio Kuratomi2017-08-071-0/+3
|
* Clean downloaded rpm files after install (#20594)Nicolas Porcel2017-08-071-29/+6
| | | | (cherry picked from commit 616d5ddc9396f996cbce5eb836f13ba6bd16bde0)
* Fix yum with rpm file or url when state=latest (#27775)Nicolas Porcel2017-08-071-0/+29
| | | | (cherry picked from commit fa6ce54011ffd7974d5969fb39d033c3f3d72a89)
* Added missing return info for win_stat (#27736)Jordan Borean2017-08-042-3/+14
|
* Add check for requests moduleAbhijeet Kasurde2017-08-033-6/+28
| | | | | | | | | | Fix adds check for requests Python module and suggests user to install, if no requests module installation found. Fixes: #27643 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 748fa5db359a188790cb79d1a0058a490fa5251a)
* 2.3portingguide (#27671)John R Barker2017-08-036-65/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Docs porting guides 2.0 & 2.3 (#27632) * Create new "Porting Guide" section Create new landing page Add porting_guide_2.3 * correct CHANGELOG * Document blocks * Document named blocks * OpenBSD & async action plugins * OpenBSD & async action plugins * versioadded for name * review comments (cherry picked from commit df58d943d37b69bb49dcddb42c4a1102523ecfe9) * Correct merge
* Add python3 fix in digital_ocean_tagToshio Kuratomi2017-08-021-0/+1
|
* Fix JSON parsing for Python3Abhijeet Kasurde2017-08-021-2/+3
| | | | | | | | | | Fix corrects the parsing of JSON output in Python 3 environment by using to_text API. Fixes: #26489 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit b266204afa3722c77bd1d4d816f32b9ed7443685)
* docs: fix community meetings link (#27264)Martin Krizek2017-07-273-5/+5
| | | | (cherry picked from commit 9c50933a80f39efb1f82b8daab86969a329de53f)
* 'Response' makes more sense here than 'request'acrewdson2017-07-261-1/+1
| | | | (cherry picked from commit 0f2b3d55b49ab11083f5a4af72f6e56ee10132ec)
* corrected with_dict exampleBrian Coca2017-07-261-2/+1
| | | | | | fixes #17636 (cherry picked from commit 001be55ef02052cff7820ddb2e1c0d7431f79a7a)
* Fixes to pip with git install instructionsToshio Kuratomi2017-07-261-3/+1
| | | | | | | | | * use git+https:// in the example url because not everyone will have ssh keys registered on github * Remove the link to the github tarballs as they do not work. users can use releases.ansible.com instead. (cherry picked from commit bf42f94021abb54b8a68911c96e6a8bb5e41e1bf)
* changelog: add fixes to be in 2.3.3Rene Moser2017-07-261-0/+4
|
* Fix for check_mode in archive (#26788)Rene Moser2017-07-261-2/+3
| | | | | | | | | Fix adds check_mode fix for archive module. Fixes: #26750 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 156b29b26b350995a450d094ca794f05029cb49b)
* Improve release and development cycle documentationDavid Moreau-Simard2017-07-254-59/+139
| | | | | | | | | | | This commit: - Adds a table highlighting the status of each version and provides a link to each major release's changelog - Re-inforces how stable versions are maintained and for how long - Moves this documentation out of the developer tree (this is interesting for users too!) while keeping a link there. (cherry picked from commit e2d874c744698d97b603262a2f8a4d4d44c76782)
* Updates docs to match module behavior (#26658)Arthur Burkart2017-07-251-4/+2
| | | | | | | | | | | | | | * Updates docs to match module behavior * Updates docs to match module behavior Updated using advice from jimi-c * Removes snippet about git module before v1.8.3 At suggestion of robinro (cherry picked from commit 90a42d1e536affadd5d97c20802bdd9c8a954d2d)
* Expand the result from pwd to make the test more robustToshio Kuratomi2017-07-211-1/+1
| | | | | | | | Sometimes MacOSX's pwd doesn't return an expanded path. Not sure why but this test is still valid if we expand it via a playbook filter so go ahead and do that. (cherry picked from commit 6a41a4f31188822db2d60ff544f9775c6d4b90d6)
* Add changelog entry for the seboolean module fixToshio Kuratomi2017-07-211-0/+1
|
* Import to_nativeToshio Kuratomi2017-07-211-0/+1
|
* Workaround python-libselinux API change (#25685)Michael Scherer2017-07-211-1/+7
| | | | | | | | | | | In the past, selinux.security_get_boolean_names did return 'bytes' on python 3, but this was changed to return string later, cf: https://github.com/SELinuxProject/selinux/commit/b8711e2eaf4f83bf943ac8ad28c35cb1db9c001f So we have to convert to bytes only if the API return us bytes. Fix #25651 (cherry picked from commit e2d6ecfa40e8123855f0be552183e59d92da07be)
* added unicode iosxr fix to changelogDavid Newswanger2017-07-191-0/+1
|
* fix unicode errors in iosxrDavid Newswanger2017-07-192-4/+5
| | | | (cherry picked from commit 0b5b5ec50a51740288ce2d9cf826e262135bd291)
* Add changelog for ios_config changeToshio Kuratomi2017-07-191-0/+1
|
* Fix #26918: IOS TypeError (#26999)David Newswanger2017-07-191-3/+3
| | | | | | | | | | Fix IOS TypeError * if flags are None, then ' '.join(flags) fails * fixed get_defaults_flag so that it returns a list, and ignores lines with white space Fixes #26918 (cherry picked from commit 9f64e446c6c2098e0490bd2712c146e01347debf)
* Add module_utils example next to library examples (#25390)Toshio Kuratomi2017-07-181-1/+4
| | | | (cherry picked from commit 37e757286dade76b0305667d508114d6387c6a3d)
* Add changelog for docker_login py3 fixToshio Kuratomi2017-07-171-0/+1
|
* [Fixes #26690] Supports Python 3 handling of base64 encoding (#26876)Will Medlar2017-07-171-1/+7
| | | | | | | | * [Fixes #26690] Supports Python 3 handling of base64 encoding * Set text auth to separate variable for reuse (cherry picked from commit 3f67d167fe1fa98c9565241a7fa3b3f262c0720f)
* cloudstack: cs_role: fix UnboundLocalError in check modeRene Moser2017-07-151-5/+5
| | | | (cherry picked from commit 6d81c9670fe3b0c714d04c12898cff2173456a09)
* known_hosts: always use lowercase hostnames for host keys (#26850)ioggstream2017-07-151-2/+2
| | | | (cherry picked from commit dc408f903549571091925b7c147d312052a62eb7)
* Add py3 fix for AnsibleModule.run_command to changelogToshio Kuratomi2017-07-131-0/+1
|
* Need regex and string types to match when cleaning arguments for loggingToshio Kuratomi2017-07-131-1/+1
| | | | | | Fixes #25078 (cherry picked from commit b49be56c5b069ceb3a9d90865280a7282e03fea9)
* Add hacking/env-setup python3 fixes to the changelogToshio Kuratomi2017-07-111-2/+4
|
* hacking/test-module: fix for python3 (#26194)Sloane Hertel2017-07-111-1/+4
| | | | | * make hacking/test-module compatible with python3 (cherry picked from commit 113f92548af549cae71f9820539ab241cfdc2d80)
* changelog: added entry for win_acl fixJordan2017-07-111-0/+1
|
* win_acl: registry support for special service accounts (#26629)Jordan Borean2017-07-111-21/+16
| | | | | | | | | * Fixes #22968 * `APPLICATION PACKAGE AUTHORITY` ACLs also apply to the registry * fixed nested for loop (cherry picked from commit 81c22522a576536ef01b71f32c24b6b67a69f260)
* Add fix for postgres_user to changelogToshio Kuratomi2017-07-071-0/+1
|
* postgresql_user: fix bugs related to 'expires' option (backport #23862) (#26539)Pilou2017-07-071-2/+7
| | | | | | | | | | | | | | | | | | | | * Change 'valid until' even it's the only updated field (cherry picked from commit 460d932aa8e8fbdc0c72057e2e43f6e98d1d590c) * value is changed when another value is provided (cherry picked from commit 460d932aa8e8fbdc0c72057e2e43f6e98d1d590c) * value isn't returned when unset (cherry picked from commit 460d932aa8e8fbdc0c72057e2e43f6e98d1d590c) * Fix comparison between user input and applied configuration (cherry picked from commit 460d932aa8e8fbdc0c72057e2e43f6e98d1d590c) (cherry picked from commit 5432414c9d64b85757982e85ab40404e85950142)
* Add pause module py3 fix to changelogToshio Kuratomi2017-07-061-0/+1
|
* Fix the pause module for python3Toshio Kuratomi2017-07-061-14/+21
| | | | | | | | | | | | | | | | | | * On python3, stdin goes through a buffer that translates from raw bytes to text. this interferes with pause as it (1) performs universal newline conversion and therefore '\r' is turned into '\n' and (2) the buffering prevents us from getting the typed characters immediately (possibly a python3 bug?) Using the raw byte stream that's behind the text decoder fixes these problems. Unrelated cleanups: * Use to_text instead of str for conversion into strings to avoid possible tracebacks * Use either \r or \n as the end of a line. Fixes #26278 Resolves #26446 (cherry picked from commit 5ceabe939d0820e7b6a5938ab689064a03ed1d9b)
* Add template lookup fix to changelogToshio Kuratomi2017-07-061-0/+1
|
* Do not escape backslashes when using the template lookup pluginToshio Kuratomi2017-07-051-1/+2
| | | | | | | | This brings the lookup plugin inline with what the template module does. Fixes #26397 (cherry picked from commit cf5fb0acdf37e710fd3a4dc0780defa1a56789dc)
* Add azure py3 fixes to changelogToshio Kuratomi2017-06-291-0/+1
|
* Fix Python3 Errors in Azure Cloud ModuleRaja2017-06-299-9/+9
| | | | | | | | | When using Python3, the exec_module function errors out with a unsupported operand type(s) for +: 'dict_keys' and 'list' error when adding the .keys() to a static list. Use the explicit list function to make a list of keys and then add to the ['tags'] list. (cherry picked from commit 171d903d04d59316b517100fd9d551a9c73e1e3b)
* CHANGELOG entry for synchronize fixToshio Kuratomi2017-06-281-0/+5
|
* Fix synchronize setting user variableToshio Kuratomi2017-06-281-9/+9
| | | | | | | | | | The user variable stores whether we need to set user@ in our connection string. It's now being used at the toplevel of the run() method so the default needs to be calculated further up the stack Fixes #24910 (cherry picked from commit 6908038036667a725aac09c62fadb4fe03cfda7e)
* 2.3.2 CHANGELOG update for win_updates and non-pipelined fixesMatt Davis2017-06-281-0/+3
|
* fix win_updates failure with dict-typed argsMatt Davis2017-06-281-3/+1
| | | | | | | | | Switch to dicts in common code caused silent failures during arg translation, so default values and non-check-mode were always used. * fixes #23653 * fixes #24062 * fixes #22938 * fixes #25156 (cherry picked from commit e6f364e2d661861939b567a219207fd855966e02)
* Limit yamllint version on python 2.6.Matt Clay2017-06-281-0/+1
| | | | (cherry picked from commit 55aec8ebc935b8002ef8b48aeab320a138749142)
* updated changelog for win_find issueJordan2017-06-291-0/+1
|
* win_find: fix for empty nested directories (#26164)Jordan Borean2017-06-292-26/+39
| | | | (cherry picked from commit 98fc54f02d355a38027fc8445f5651829ecbf891)