ansible/v2/ansible
Toshio Kuratomi 05f1bed12b Use the node's start_mark to determine line and column.
* Elminates a lot of logic in the AnsibleComposer class.
* Update tests with new column offsets.  The rule should now be
  consistently: Column is the start of the entry's value (so for
  strings, the first non-space after the entry beginning, for dicts, the
  first character of the first key)
2015-04-01 13:51:01 -07:00
..
compat typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:23:35 +00:00
config Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
errors Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
executor Some notes on optimizing module_replacer 2015-03-30 19:15:41 -07:00
inventory Fix v2 for #10426 2015-03-11 21:28:45 -07:00
module_utils Merge pull request #10237 from emonty/remove-auth-token 2015-04-01 12:20:59 -04:00
modules Update the module pointers 2015-03-26 11:59:53 -07:00
new_inventory Just move things around so that new_inventory doesn't interfere with testing 2015-03-31 12:58:00 -07:00
parsing Use the node's start_mark to determine line and column. 2015-04-01 13:51:01 -07:00
playbook Add some comments to explain how the property code for Attributes works 2015-03-23 23:16:06 -07:00
plugins Just move things around so that new_inventory doesn't interfere with testing 2015-03-31 12:58:00 -07:00
template remove broken nad commented unicode conversion -- in v2, this is done when the data first enters ansible. 2015-02-02 19:08:10 -08:00
utils readded -u option 2015-03-24 00:18:04 -04:00
vars Fixing more v2 bugs 2015-01-29 16:44:01 -06:00
__init__.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
constants.py Started implementing become in v2 2015-03-13 11:58:00 -05:00