community.general/v2/ansible
James Cammarata b0069a338e Overhauls to v2 code
* using inspect module instead of iteritems(self.__class__.__dict__, due
  to the fact that the later does not include attributes from parent
  classes
* added tags/when attributes to Base() class for use by all subclasses
* removed value/callable code from Attribute, as they are not used
* started moving some limited code from utils to new places in v2 tree
  (vault, yaml-parsing related defs)
* re-added ability of Block.load() to create implicit blocks from tasks
* started overhaul of Role class and role-related code
2014-10-20 13:11:20 -05:00
..
config Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
errors Updating unittests for v2 stuff 2014-10-15 18:02:45 -07:00
executor Remove inherit from object as it's no longer needed to determine new-style classes 2014-10-15 19:37:29 -04:00
inventory Docstring for v2 inventory.subset 2014-10-20 11:43:27 -04:00
modules Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
parsing Overhauls to v2 code 2014-10-20 13:11:20 -05:00
playbook Overhauls to v2 code 2014-10-20 13:11:20 -05:00
plugins Updating unittests for v2 stuff 2014-10-15 18:02:45 -07:00
__init__.py Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
constants.py Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00