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
Toshio Kuratomi 171a094805 Cleanup basic.py code now that six is available (#17158)
* Cleanup basic.py code now that six is available

We had some hacks in basic.py to allow us python2 and python3
compatibility.  Those can now be offloaded to the six library that we're
bundling.

* Cleanup basic.py code now that six is available

We had some hacks in basic.py to allow us python2 and python3
compatibility.  Those can now be offloaded to the six library that we're
bundling.
9 years ago
..
cli slightly better presentation docs 9 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 9 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 9 years ago
galaxy Fixes #163 in galaxy-issues 10 years ago
inventory Don't use an unset playbook basedir when searching for hostgroup vars 9 years ago
module_utils Cleanup basic.py code now that six is available (#17158) 9 years ago
modules Update submodule refs 9 years ago
parsing Remove a useless section, only act on 'shell' (#16205) 9 years ago
playbook Rework the way params are assigned to TaskIncludes when they're dynamic 9 years ago
plugins action plugin net_config will now remove any private result key 9 years ago
template Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304) 9 years ago
utils Update junos docs fragment to note the default port for transport=netconf 9 years ago
vars Don't use an unset playbook basedir when searching for hostgroup vars 9 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) 9 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