ansible/lib/ansible
Richard C Isaacson 585766201d When looking for double colon len(line) is longer then 1.
Addresses GH-5116.

It comes up that when parsing json that if you are missing the last double quote on the last variable and the next line is just '}' we will get an out of range error. In this instance we will also then make sure that the line is long enough to have two colons.
2014-02-26 14:25:56 -06:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Merge branch 'issue_4620' of https://github.com/jimi-c/ansible into jimi-c-issue_4620 2014-02-24 20:30:25 -06:00
module_utils Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params 2014-02-26 09:37:26 -06:00
playbook Merge pull request #6150 from hkariti/fix_join_bug 2014-02-26 12:50:07 -06:00
runner Move where the expanduser call is made, to avoid issues with None 2014-02-26 12:33:17 -06:00
utils When looking for double colon len(line) is longer then 1. 2014-02-26 14:25:56 -06:00
__init__.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
callbacks.py Filter out messages that match the pattern username:password@host 2014-02-13 14:23:49 -06:00
color.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
constants.py Ansible vault: a framework for encrypting any playbook or var file. 2014-02-18 15:35:12 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00