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 c83f51b7f2 Some LookupBase cleanups:
* Make LookupBase an abc with required methods (run()) marked as an
  abstractmethod
* Mark methods that don't use self as @staticmethod
* Document how to implement the run method of a lookup plugin.
9 years ago
..
cli Fix option descriptions in ansible-doc output 9 years ago
compat Making the switch to v2 10 years ago
config Making the switch to v2 10 years ago
errors Making the switch to v2 10 years ago
executor Close module file once we're done reading from it 9 years ago
galaxy Fix typo in ansible module_utils import from galaxy code 9 years ago
inventory Use dict.get() 9 years ago
module_utils fixed case in which boto3 is present but module is not using it yet 9 years ago
modules Update submodule refs. 9 years ago
new_inventory Making the switch to v2 10 years ago
parsing Python 3: there's no basestring 9 years ago
playbook Restrict role param vars to tasks within that role 9 years ago
plugins Some LookupBase cleanups: 9 years ago
template Fix safe_eval() of set literals 9 years ago
utils Remove custom json encoder cleaner and strip proxy var stuff out before encoding 9 years ago
vars When failing because of vars_files templating, try and bubble up the file/line info 9 years ago
__init__.py Re-adding submodules after moving things around 10 years ago
constants.py fixed typo 9 years ago
test-requirements.txt Making the switch to v2 10 years ago