You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Adrian Likins 7d41f623dd Move py34 mock_open compat to compat/test/mock (#17157)
test/units/plugins/action/test_action.py had code
for handling a bug in python 3.4's mock_open that
causes errors when reading binary data.

Moved to compat/tests/mock.py so other tests can
use it by default.
10 years ago
..
cli slightly better presentation docs 10 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 10 years ago
config Making the switch to v2 11 years ago
errors Fix some typos (#16498) 10 years ago
executor Clean up PlaybookExecutor logic for batches and errors 10 years ago
galaxy Fixes #163 in galaxy-issues 10 years ago
inventory Don't use an unset playbook basedir when searching for hostgroup vars 10 years ago
module_utils pull Config object out of network and into netcfg 10 years ago
modules Update submodule refs 10 years ago
parsing Remove a useless section, only act on 'shell' (#16205) 10 years ago
playbook Rework the way params are assigned to TaskIncludes when they're dynamic 10 years ago
plugins action plugin net_config will now remove any private result key 10 years ago
template Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304) 10 years ago
utils Update junos docs fragment to note the default port for transport=netconf 10 years ago
vars Don't use an unset playbook basedir when searching for hostgroup vars 10 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py * Fix race in creating temp directories pre-fork (#16965) 10 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
test-requirements.txt Making the switch to v2 11 years ago