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/test/units
Toshio Kuratomi 1e5708514b Fix ziploader for the cornercase of ansible invoking ansible.
* Make ziploader's ansible and ansible.module_utils libraries into
  namespace packages.
* Move __version__ and __author__ from ansible/__init__ to
  ansible/release.py.  This is because namespace packages only load one
  __init__.py.  If that is not the __init__.py with the author and
  version info then those won't be available.
* In ziploader, move the version ito ANSIBLE_CONSTANTS.
* Change PluginLoader to properly construct the path to the plugins even
  when namespace packages are present.
10 years ago
..
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Make the loop variable (item by default) settable per task 10 years ago
inventory Changing up how host (in)equality is checked 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock add _load_params debug overrides for module args/file passed on cmdline 10 years ago
module_utils Allow AnsibleModules to be instantiated more than once in a module 10 years ago
modules Fix for unittests on python2.6 or less 10 years ago
parsing New unit tests for #13630 fix 10 years ago
playbook add centrify dzdo escalation (#15219) 10 years ago
plugins Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
template Cleaning up FIXMEs 10 years ago
utils Python 3: shlex.split() wants unicode 10 years ago
vars Adds 'ansible_check_mode' boolean magic variable 10 years ago
__init__.py Making the switch to v2 11 years ago