summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-032-2/+2
* Update collections.abc imports (#79911)Matt Clay2023-02-031-1/+2
* shell plugins give out user friendly type error (#77983)Brian Coca2022-06-101-6/+11
* Type hint fixes.Matt Clay2022-03-042-2/+2
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-011-1/+1
* Start of moving away from six (#75863)Martin Krizek2021-10-212-14/+15
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-063-3/+0
* powershell - remove env var (#72010)Jordan Borean2020-09-301-6/+0
* powershell - fix quoting values (#71411)Jordan Borean2020-08-261-25/+14
* powershell - fix nested CLIXML parser (#71412)Jordan Borean2020-08-261-5/+17
* Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69...Brian Kohles2020-07-201-1/+1
* Add ability to fallback to chgrp remote_tmp and its files. (#68627)Rick Elrod2020-07-011-0/+7
* windows - fix up env var quoting for unicode single quotes (#68968)Jordan Borean2020-04-161-1/+2
* Remove unused functions (#68969)Jordan Borean2020-04-161-20/+0
* avoid mkdir -p (#68921)Brian Coca2020-04-132-4/+12
* Migrated to ansible.posixAnsible Core Team2020-03-232-130/+0
* Fix UNC path support in the powershell shell plugin (#66604)Brian Scholer2020-02-041-8/+8
* Fix simple typo: workind -> working (#65758)Tim Gates2019-12-121-1/+1
* removed previouslly deprecated settings (#55662)Brian Coca2019-05-151-6/+0
* Add support for Windows hosts in the SSH connection plugin (#47732)Jordan Borean2019-03-073-45/+93
* Become plugins (#50991)Matt Martz2019-02-112-3/+13
* split PS wrapper and payload (CVE-2018-16859) (#49142)Matt Davis2018-11-261-2/+7
* win_exec: refactor PS exec runner (#45334)Jordan Borean2018-10-021-1392/+1
* Revert "powershell - fix for ANSIBLE_KEEP_REMOTE_FILES on older Pythons (#459...Jordan Borean2018-09-281-2/+2
* powershell: do not quote join_path result to reflect ShellBase join_path (#45...Jordan Borean2018-09-211-1/+1
* powershell - fix for ANSIBLE_KEEP_REMOTE_FILES on older Pythons (#45942)Jordan Borean2018-09-211-2/+2
* async: use async_dir for the async results file directory (#45461)Jordan Borean2018-09-201-3/+18
* win_script: add support for become and centralise exec wrapper builder (#45582)Jordan Borean2018-09-131-1/+1
* windows async: return pipeline output in case of a failure (#44807)Jordan Borean2018-08-291-0/+3
* psrp: Added new Windows connection plugin (#41729)Jordan Borean2018-08-211-21/+26
* win-async: fix race condition in async run (#43691)Jordan Borean2018-08-061-16/+22
* Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179)Jordan Borean2018-07-301-3/+0
* runas + async - get working on older hosts (#41772)Jordan Borean2018-06-261-606/+157
* powershell: Respect remote_tmp path set by the user (#40210)Jordan Borean2018-05-231-23/+79
* become win: better error messages and docs update (#39936)Jordan Borean2018-05-151-4/+8
* Change except Error when trying to get a missing optionJordan Borean2018-04-271-6/+0
* powershell: display non-ascii characters in command outputs (#37229)Jordan Borean2018-04-051-3/+25
* win: handle non string as an environment value (#37215)Jordan Borean2018-03-091-1/+4
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-152-17/+17
* Final fix for #35666 Previous PR (#36143) was merged prematurely.Toshio Kuratomi2018-02-142-18/+20
* * Fix for setting remote_tmp as a subdirectory of a system temp dir (#36143)Toshio Kuratomi2018-02-142-1/+25
* Move module_set_locale and module_lang back to globalToshio Kuratomi2018-01-221-10/+7
* win_become: another option to support become flags for runas (#34551)Jordan Borean2018-01-191-28/+107
* changed to enable windows temp path override (#34967)Jordan Borean2018-01-181-6/+48
* Temporary (#31677)Brian Coca2018-01-155-119/+109
* minor become/runas cleanup (#32564)Matt Davis2017-11-061-143/+106
* win_become: get admin token and fix async (#32485)Jordan Borean2017-11-031-96/+286
* windows: add #AnsibleRequires for Windows modules (#31683)Jordan Borean2017-10-231-0/+20
* windows: removed #Requires from PS pipelines as it causes STDERR false positi...Jordan Borean2017-10-111-3/+0
* improve become/runas error messaging on bogus/missing username (#31551)Matt Davis2017-10-101-4/+13