You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
11 years ago
..
cache Compress all data inserted into memcached to avoid memcached size limits 11 years ago
callback_plugins Remove runner_on_error callback that is never used. 12 years ago
inventory Allow InventoryScript JSON with childgroups only 11 years ago
module_utils Disable custom https handler for fetch_url on older pythons 11 years ago
playbook Re-allow templating of complex_args, but count params to prevent injection 11 years ago
runner Allow complex_args to be None 11 years ago
utils Fixing issue with symlinked vaults 11 years ago
__init__.py Version bump for 1.8 12 years ago
callbacks.py Slightly trim down the warnings list based on some things being pretty common 11 years ago
color.py fixed typos found by RETF rules in PY files 12 years ago
constants.py Adding a new 'load_callback_plugins' config option, defaults to False 11 years ago
errors.py Update various copyrights. Not complete, but sufficient. 12 years ago
module_common.py Dedupe PTR record related code in rax_dns_record 12 years ago