ansible/lib/ansible/plugins/shell
Brian Coca 26520442bd Now and/or shell expressions depend on shell plugin
This should fix issues with fish shell users as && and || are
not valid syntax, fish uses actual 'and' and 'or' programs.
Also updated to allow for fish backticks pushed quotes to subshell,
fish seems to handle spaces w/o them.
Lastly, removed encompassing subshell () for fish compatibility.
fixes #13199
2015-12-03 16:38:34 -08:00
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
csh.py fix issues with csh redirection 2015-08-30 17:49:16 -04:00
fish.py Now and/or shell expressions depend on shell plugin 2015-12-03 16:38:34 -08:00
powershell.py Revert "Make sudo+requiretty and ANSIBLE_PIPELINING work together" 2015-12-03 08:01:05 -08:00
sh.py Now and/or shell expressions depend on shell plugin 2015-12-03 16:38:34 -08:00