summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* shell plugins give out user friendly type error (#77983)Brian Coca2022-06-101-6/+11
* Start of moving away from six (#75863)Martin Krizek2021-10-211-12/+12
* 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
* avoid mkdir -p (#68921)Brian Coca2020-04-131-4/+10
* 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-071-0/+4
* Become plugins (#50991)Matt Martz2019-02-111-3/+9
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-15/+15
* Final fix for #35666 Previous PR (#36143) was merged prematurely.Toshio Kuratomi2018-02-141-11/+20
* * Fix for setting remote_tmp as a subdirectory of a system temp dir (#36143)Toshio Kuratomi2018-02-141-1/+18
* Move module_set_locale and module_lang back to globalToshio Kuratomi2018-01-221-10/+7
* Temporary (#31677)Brian Coca2018-01-151-35/+44
* fixes to config/setting retrievalBrian Coca2017-09-091-1/+5
* added ansible_remote_tmp inventory var (#26754)Brian Coca2017-07-131-4/+6
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-3/+4
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-4/+4
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* Complete rewrite of Windows exec wrapper (#21510)Matt Davis2017-02-171-0/+4
* make sure tmpdir resolvs user dirs (#20486)Brian Coca2017-01-251-2/+6
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-10/+11
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-31/+11
* Use find -exec + so that failures will be visible in find's exit code (#16389)Toshio Kuratomi2016-06-221-1/+1
* Use find instead of -R for recursive setfacl (#16340)Toshio Kuratomi2016-06-171-3/+4
* Add work-around for ssh pty race condition.Matt Clay2016-05-191-0/+8
* Merge pull request #13771 from sivel/binary-modulesMatt Martz2016-05-121-2/+9
|\
| * Move binary module detection into executor/module_common.pyMatt Martz2016-05-121-0/+1
| * Re-implement/move some code lost due to merge conflictsMatt Martz2016-05-121-2/+8
* | Guard against a shell profile printing extraneous dataMatt Martz2016-05-121-1/+1
|/
* Use /var/tmp is user set remote_tmp below /var/tmp.Toshio Kuratomi2016-04-111-2/+21
* Always use system /tmp if system=True.Toshio Kuratomi2016-04-111-1/+1
* Adding a config option to allow disabling locale settings upon module execJames Cammarata2016-04-061-5/+9
* fix Mac chown/chmod -R issue, add error checksnitzmahone2016-03-291-7/+13
* moved 'path exists' function to shellBrian Coca2016-03-251-0/+4
* Don't create world-readable module and tempfiles without explicit user permis...Toshio Kuratomi2016-03-231-2/+33
* moved to base class for shell pluginsBrian Coca2016-02-091-4/+92
* Making the switch to v2James Cammarata2015-05-031-0/+21