community.general/lib/ansible
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
..
cli Use CLI.expand_tilde also for the vault --output file 2015-12-02 22:08:37 +05:30
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:16:47 -05:00
executor Don't use play vars in HostVars 2015-12-02 14:16:47 -05:00
galaxy Fix traceback because we're using display from another object that no 2015-11-11 12:19:00 -08:00
inventory Properly compare object references for Hosts when adding new ones 2015-12-03 15:25:54 -05:00
module_utils Don't compare or merge str with unicode 2015-12-02 20:53:50 -08:00
modules Update submodule refs to go along with the StandardError change in ec2 moudles 2015-11-30 19:05:33 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Put in trap for args being None 2015-11-28 13:38:11 -05:00
playbook Properly default remote_user for delegated-to hosts 2015-12-03 11:31:33 -05:00
plugins Now and/or shell expressions depend on shell plugin 2015-12-03 16:38:34 -08:00
template Re-implement lookup wantlist 2015-11-29 23:45:54 -05:00
utils Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
vars fix sorting of groups for host vars 2015-12-03 14:23:02 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Revert "Make sudo+requiretty and ANSIBLE_PIPELINING work together" 2015-12-03 08:01:05 -08:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00