community.general/lib/ansible
Serge van Ginderachter 69740b86e8 Allow InventoryScript JSON with childgroups only
and without hosts and vars

Without this patch, the simplified syntax is triggered when a group
is defined like this:

    "platforms": {
        "children": [
            "cloudstack"
        ]
    }

Which results in a group 'platforms' with 1 host 'platforms'.

	modified:   lib/ansible/inventory/script.py
2014-09-09 11:37:54 +02:00
..
cache Compress all data inserted into memcached to avoid memcached size limits 2014-09-02 13:19:37 -05:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Allow InventoryScript JSON with childgroups only 2014-09-09 11:37:54 +02:00
module_utils Disable custom https handler for fetch_url on older pythons 2014-09-05 13:48:45 -05:00
playbook Re-allow templating of complex_args, but count params to prevent injection 2014-09-05 14:24:05 -05:00
runner Allow complex_args to be None 2014-09-08 08:44:53 -05:00
utils Fixing issue with symlinked vaults 2014-09-08 16:10:18 +02:00
__init__.py Version bump for 1.8 2014-08-06 13:17:28 -05:00
callbacks.py Slightly trim down the warnings list based on some things being pretty common 2014-08-22 15:37:07 -04:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py Adding a new 'load_callback_plugins' config option, defaults to False 2014-09-06 16:41:16 +02:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Dedupe PTR record related code in rax_dns_record 2014-08-06 16:47:33 -05:00