community.general/lib/ansible
Marc Abramowitz 314bae2a9e Don't wrap text for AnsibleParserError
This allows not messing up the wonderful error reporting that is
carefully created. Instead of:

    $ ansible-playbook foo.yml
     [ERROR]: ERROR! 'foo' is not a valid attribute for a Task  The error appears
    to have been in '/Users/marca/dev/git-repos/ansible/foo.yml': line 4, column 7,
    but may be elsewhere in the file depending on the exact syntax problem.  The
    offending line appears to be:    tasks:     - name: do something       ^ here

we get:

    $ ansible-playbook foo.yml
    ERROR! 'foo' is not a valid attribute for a Task

    The error appears to have been in '/Users/marca/dev/git-repos/ansible/foo.yml': line 4, column 7, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:

      tasks:
        - name: do something
          ^ here

which is much nicer.
2015-07-07 09:31:00 -07:00
..
cli Merge pull request #11415 from msabramo/remove_unnecessary_imports 2015-07-05 01:09:28 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor now correctly picks up old become password host vars 2015-07-06 23:24:00 -04:00
galaxy now setuptools will pull the data dir with templates that are used by galaxy init 2015-07-01 11:12:10 -04:00
inventory Catch runtime errors due to recursion when calculating group depth 2015-06-22 02:06:07 -04:00
module_utils put type checking before looking against choices array to always get type comparrison correctly 2015-07-05 19:55:11 -04:00
modules now correctly picks up old become password host vars 2015-07-06 23:24:00 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Get rid of an unused import so that we don't have circular imports 2015-07-06 14:19:13 -07:00
playbook Fixing includes where the included file is "{{item}}" 2015-07-06 14:30:56 -04:00
plugins Fixing includes where the included file is "{{item}}" 2015-07-06 14:30:56 -04:00
template Fixing up some issues with plugin loading 2015-06-29 22:49:25 -04:00
utils Don't wrap text for AnsibleParserError 2015-07-07 09:31:00 -07:00
vars Make 'vars' a copy to prevent recursion issues 2015-07-04 23:34:07 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py unquote strings in the ansible config file 2015-07-06 14:12:10 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00